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




In This Topic
    ItemsSource Property (ImGearThumbnailList)
    In This Topic
    Gets or sets a collection used to generate the content of the thumbnail control.
    Syntax
    'Declaration
     
    Public Shadows Property ItemsSource As IEnumerable
    'Usage
     
    Dim instance As ImGearThumbnailList
    Dim value As IEnumerable
     
    instance.ItemsSource = value
     
    value = instance.ItemsSource
    public new IEnumerable ItemsSource {get; set;}
    public: __property new IEnumerable* get_ItemsSource();
    public: __property new void set_ItemsSource( 
       IEnumerable* value
    );
    public:
    new property IEnumerable^ ItemsSource {
       IEnumerable^ get();
       void set (    IEnumerable^ value);
    }

    Property Value

    IEnumerable value.
    See Also