ImageGear .NET v24.12 - 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
 
<DescriptionAttribute("Gets or sets page caption field for data binding.")>
<CategoryAttribute("ImGearThumbnailList Properties")>
<BrowsableAttribute(True)>
<DefaultValueAttribute("")>
Public Property PageCaptionField As String
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As String
 
instance.PageCaptionField = value
 
value = instance.PageCaptionField
[Description("Gets or sets page caption field for data binding.")]
[Category("ImGearThumbnailList Properties")]
[Browsable(true)]
[DefaultValue("")]
public string PageCaptionField {get; set;}
[Description("Gets or sets page caption field for data binding.")]
[Category("ImGearThumbnailList Properties")]
[Browsable(true)]
[DefaultValue("")]
public: __property string* get_PageCaptionField();
public: __property void set_PageCaptionField( 
   string* value
);
[Description("Gets or sets page caption field for data binding.")]
[Category("ImGearThumbnailList Properties")]
[Browsable(true)]
[DefaultValue("")]
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