ImageGear .NET v24.12 - Updated
DocumentCaptionField Property




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : DocumentCaptionField Property
Gets or sets document caption field for data binding.
Syntax
'Declaration
 
<DescriptionAttribute("Gets or sets document caption field for data binding.")>
<CategoryAttribute("ImGearThumbnailList Properties")>
<BrowsableAttribute(True)>
Public Property DocumentCaptionField As String
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As String
 
instance.DocumentCaptionField = value
 
value = instance.DocumentCaptionField
[Description("Gets or sets document caption field for data binding.")]
[Category("ImGearThumbnailList Properties")]
[Browsable(true)]
public string DocumentCaptionField {get; set;}
[Description("Gets or sets document caption field for data binding.")]
[Category("ImGearThumbnailList Properties")]
[Browsable(true)]
public: __property string* get_DocumentCaptionField();
public: __property void set_DocumentCaptionField( 
   string* value
);
[Description("Gets or sets document caption field for data binding.")]
[Category("ImGearThumbnailList Properties")]
[Browsable(true)]
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

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members