ImageGear23.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : DataBindingType Property |
'Declaration <DefaultValueAttribute()> <BrowsableAttribute(True)> <CategoryAttribute("ImGearThumbnailList Properties")> <DescriptionAttribute("Gets or sets the data binding type.")> Public Property DataBindingType As ImGearDataBindingType
'Usage Dim instance As ImGearThumbnailList Dim value As ImGearDataBindingType instance.DataBindingType = value value = instance.DataBindingType
[DefaultValue()] [Browsable(true)] [Category("ImGearThumbnailList Properties")] [Description("Gets or sets the data binding type.")] public ImGearDataBindingType DataBindingType {get; set;}
[DefaultValue()] [Browsable(true)] [Category("ImGearThumbnailList Properties")] [Description("Gets or sets the data binding type.")] public: __property ImGearDataBindingType get_DataBindingType(); public: __property void set_DataBindingType( ImGearDataBindingType value );
[DefaultValue()] [Browsable(true)] [Category("ImGearThumbnailList Properties")] [Description("Gets or sets the data binding type.")] 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.