ImageGear21.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : DataBindingType Property |
'Declaration <DefaultValueAttribute()> <CategoryAttribute("ImGearThumbnailList Properties")> <DescriptionAttribute("Gets or sets the data binding type.")> <BrowsableAttribute(True)> Public Property DataBindingType As ImGearDataBindingType
'Usage Dim instance As ImGearThumbnailList Dim value As ImGearDataBindingType instance.DataBindingType = value value = instance.DataBindingType
[DefaultValueAttribute()] [CategoryAttribute("ImGearThumbnailList Properties")] [DescriptionAttribute("Gets or sets the data binding type.")] [BrowsableAttribute(true)] public ImGearDataBindingType DataBindingType {get; set;}
[DefaultValueAttribute()] [CategoryAttribute("ImGearThumbnailList Properties")] [DescriptionAttribute("Gets or sets the data binding type.")] [BrowsableAttribute(true)] public: __property ImGearDataBindingType get_DataBindingType(); public: __property void set_DataBindingType( ImGearDataBindingType value );
[DefaultValueAttribute()] [CategoryAttribute("ImGearThumbnailList Properties")] [DescriptionAttribute("Gets or sets the data binding type.")] [BrowsableAttribute(true)] public: property ImGearDataBindingType DataBindingType { ImGearDataBindingType get(); void set ( ImGearDataBindingType value); }
The default value is ImGearDataBindingType.Document.
For details about how to use the data binding feature, refer to the section, Data Binding to the Server Side ImGearThumbnailList Control.