ImageGear .NET v24.12 - Updated
PageViewID Property




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > ThumbnailView Class : PageViewID Property
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
 
<BrowsableAttribute(True)>
<DescriptionAttribute("PageView control ID where the thumbnail image when selected will be displayed.")>
<CategoryAttribute("ThumbnailView Properties")>
<DefaultValueAttribute("")>
Public Property PageViewID As String
'Usage
 
Dim instance As ThumbnailView
Dim value As String
 
instance.PageViewID = value
 
value = instance.PageViewID
[Browsable(true)]
[Description("PageView control ID where the thumbnail image when selected will be displayed.")]
[Category("ThumbnailView Properties")]
[DefaultValue("")]
public string PageViewID {get; set;}
[Browsable(true)]
[Description("PageView control ID where the thumbnail image when selected will be displayed.")]
[Category("ThumbnailView Properties")]
[DefaultValue("")]
public: __property string* get_PageViewID();
public: __property void set_PageViewID( 
   string* value
);
[Browsable(true)]
[Description("PageView control ID where the thumbnail image when selected will be displayed.")]
[Category("ThumbnailView Properties")]
[DefaultValue("")]
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

Reference

ThumbnailView Class
ThumbnailView Members