ImageGear .NET - 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
 
<BrowsableAttribute(True)>
<CategoryAttribute("ImGearThumbnailList Properties")>
<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
[Browsable(true)]
[Category("ImGearThumbnailList Properties")]
[Description("Gets or sets document caption field for data binding.")]
public string DocumentCaptionField {get; set;}
[Browsable(true)]
[Category("ImGearThumbnailList Properties")]
[Description("Gets or sets document caption field for data binding.")]
public: __property string* get_DocumentCaptionField();
public: __property void set_DocumentCaptionField( 
   string* value
);
[Browsable(true)]
[Category("ImGearThumbnailList Properties")]
[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

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members