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