ImageGear23.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : PageCaptionField Property |
'Declaration <DescriptionAttribute("Gets or sets page caption field for data binding.")> <DefaultValueAttribute()> <CategoryAttribute("ImGearThumbnailList Properties")> <BrowsableAttribute(True)> 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.")] [DefaultValue()] [Category("ImGearThumbnailList Properties")] [Browsable(true)] public string PageCaptionField {get; set;}
[Description("Gets or sets page caption field for data binding.")] [DefaultValue()] [Category("ImGearThumbnailList Properties")] [Browsable(true)] public: __property string* get_PageCaptionField(); public: __property void set_PageCaptionField( string* value );
[Description("Gets or sets page caption field for data binding.")] [DefaultValue()] [Category("ImGearThumbnailList Properties")] [Browsable(true)] public: property String^ PageCaptionField { String^ get(); void set ( String^ value); }
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