ImageGear .NET v24.12 - Updated
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
public IEnumerable ItemsSource {get; set;}
public: __property IEnumerable* get_ItemsSource();
public: __property void set_ItemsSource( 
   IEnumerable* value
);
public:
property IEnumerable^ ItemsSource {
   IEnumerable^ get();
   void set (    IEnumerable^ value);
}

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