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




In This Topic
    DocumentCaptionField Property
    In This Topic
    Gets or sets document caption field for data binding.
    Syntax
    'Declaration
     
    <CategoryAttribute("ImGearThumbnailList Properties")>
    <BrowsableAttribute(True)>
    <DescriptionAttribute("Gets or sets document caption field for data binding.")>
    Public Property DocumentCaptionField As String
    'Usage
     
    Dim instance As ImGearThumbnailList
    Dim value As String
     
    instance.DocumentCaptionField = value
     
    value = instance.DocumentCaptionField
    [Category("ImGearThumbnailList Properties")]
    [Browsable(true)]
    [Description("Gets or sets document caption field for data binding.")]
    public string DocumentCaptionField {get; set;}
    [Category("ImGearThumbnailList Properties")]
    [Browsable(true)]
    [Description("Gets or sets document caption field for data binding.")]
    public: __property string* get_DocumentCaptionField();
    public: __property void set_DocumentCaptionField( 
       string* value
    );
    [Category("ImGearThumbnailList Properties")]
    [Browsable(true)]
    [Description("Gets or sets document caption field for data binding.")]
    public:
    property String^ DocumentCaptionField {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    A string value.
    Remarks

    The default value is an empty string

    This defines the field name for document caption for data binding For details about data binding, refer to the section, Data Binding to the Server Side ImGearThumbnailList Control.

    See Also