ImageGear .NET - Updated March 30, 2018
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.")>
<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

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