ImageGear .NET - Updated
DataBindingType Property




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : DataBindingType Property
Gets or sets a value indicationg image data binding type in the ImGearThumbnailList control for the image list provided.
Syntax
'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);
}

Property Value

One of value of type ImGearDataBindingType
Remarks

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.

See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members