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