ImageGear .NET v25.2 - Updated
ImageGear.Web Assembly / ImageGear.Web.UI Namespace / ImGearThumbnailList Class / PageCaptionField Property




In This Topic
    PageCaptionField Property
    In This Topic
    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