ImageGear .NET v25.2 - Updated
ImageGear.Web Assembly / ImageGear.Web.UI Namespace / ImGearThumbnailList Class / DataBindingType Property




In This Topic
    DataBindingType Property
    In This Topic
    Gets or sets a value that indicates the image data binding type in the ImGearThumbnailList control for the image list provided.
    Syntax
    'Declaration
     
    <CategoryAttribute("ImGearThumbnailList Properties")>
    <BrowsableAttribute(True)>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <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
    [Category("ImGearThumbnailList Properties")]
    [Browsable(true)]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("Gets or sets the data binding type.")]
    public ImGearDataBindingType DataBindingType {get; set;}
    [Category("ImGearThumbnailList Properties")]
    [Browsable(true)]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("Gets or sets the data binding type.")]
    public: __property ImGearDataBindingType get_DataBindingType();
    public: __property void set_DataBindingType( 
       ImGearDataBindingType value
    );
    [Category("ImGearThumbnailList Properties")]
    [Browsable(true)]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [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