ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailMultiPageAdapter Class / ItemsSource Property




In This Topic
    ItemsSource Property (ImGearThumbnailMultiPageAdapter)
    In This Topic
    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