ImageGear .NET - Updated March 30, 2018
ItemsSource Property (ImGearThumbnailMultiPageAdapter)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearThumbnailMultiPageAdapter Class : ItemsSource Property
Gets or sets a collection used to generate the content of the ImGearThumbnailPageAdapater.
Syntax
'Declaration
 
Public Property ItemsSource As IEnumerable
 
'Usage
 
Dim instance As ImGearThumbnailMultiPageAdapter
Dim value As IEnumerable
 
instance.ItemsSource = value
 
value = instance.ItemsSource

Property Value

IEnumerable value.
Remarks
A list of filename strings, Streams, or ImGearDocuments can be bound to this property. The ItemsSource property of a ImGearThumbnailList control can then be bound to the ImGearThumbnailMultiPageAdapter.
See Also

Reference

ImGearThumbnailMultiPageAdapter Class
ImGearThumbnailMultiPageAdapter Members