ImageGear .NET v24.13 - Updated
PageCaptionField Property




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : PageCaptionField Property
Gets or sets page caption field for data binding.
Syntax
'Declaration
 
<CategoryAttribute("ImGearThumbnailList Properties")>
<BrowsableAttribute(True)>
<DefaultValueAttribute("")>
<DescriptionAttribute("Gets or sets page caption field for data binding.")>
Public Property PageCaptionField As String
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As String
 
instance.PageCaptionField = value
 
value = instance.PageCaptionField
[Category("ImGearThumbnailList Properties")]
[Browsable(true)]
[DefaultValue("")]
[Description("Gets or sets page caption field for data binding.")]
public string PageCaptionField {get; set;}
[Category("ImGearThumbnailList Properties")]
[Browsable(true)]
[DefaultValue("")]
[Description("Gets or sets page caption field for data binding.")]
public: __property string* get_PageCaptionField();
public: __property void set_PageCaptionField( 
   string* value
);
[Category("ImGearThumbnailList Properties")]
[Browsable(true)]
[DefaultValue("")]
[Description("Gets or sets page caption field for data binding.")]
public:
property String^ PageCaptionField {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value.
Remarks

The default value is "Page"

This defines the field name for page caption for data binding details see, Data Binding to the Server Side ImGearThumbnailList Control

See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members