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