ImageGear .NET v25.2 - Updated
ImageGear.Web Assembly / ImageGear.Web.UI Namespace / ThumbnailView Class / PageViewID Property




In This Topic
    PageViewID Property
    In This Topic
    Gets or sets the PageView control ID where the thumbnail image when selected will be displayed. This ID defines the ThumbnailView control's association with the PageView control.
    Syntax
    'Declaration
     
    <CategoryAttribute("ThumbnailView Properties")>
    <BrowsableAttribute(True)>
    <DefaultValueAttribute("")>
    <DescriptionAttribute("PageView control ID where the thumbnail image when selected will be displayed.")>
    Public Property PageViewID As String
    'Usage
     
    Dim instance As ThumbnailView
    Dim value As String
     
    instance.PageViewID = value
     
    value = instance.PageViewID
    [Category("ThumbnailView Properties")]
    [Browsable(true)]
    [DefaultValue("")]
    [Description("PageView control ID where the thumbnail image when selected will be displayed.")]
    public string PageViewID {get; set;}
    [Category("ThumbnailView Properties")]
    [Browsable(true)]
    [DefaultValue("")]
    [Description("PageView control ID where the thumbnail image when selected will be displayed.")]
    public: __property string* get_PageViewID();
    public: __property void set_PageViewID( 
       string* value
    );
    [Category("ThumbnailView Properties")]
    [Browsable(true)]
    [DefaultValue("")]
    [Description("PageView control ID where the thumbnail image when selected will be displayed.")]
    public:
    property String^ PageViewID {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    a string value
    Remarks
    a string value

    The default value is an empty string.

    See Also