ImageGear21.Web Assembly > ImageGear.Web.UI Namespace > ThumbnailView Class : PageViewID Property |
'Declaration <DefaultValueAttribute()> <CategoryAttribute("ThumbnailView Properties")> <BrowsableAttribute(True)> <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
[DefaultValueAttribute()] [CategoryAttribute("ThumbnailView Properties")] [BrowsableAttribute(true)] [DescriptionAttribute("PageView control ID where the thumbnail image when selected will be displayed.")] public string PageViewID {get; set;}
[DefaultValueAttribute()] [CategoryAttribute("ThumbnailView Properties")] [BrowsableAttribute(true)] [DescriptionAttribute("PageView control ID where the thumbnail image when selected will be displayed.")] public: __property string* get_PageViewID(); public: __property void set_PageViewID( string* value );
[DefaultValueAttribute()] [CategoryAttribute("ThumbnailView Properties")] [BrowsableAttribute(true)] [DescriptionAttribute("PageView control ID where the thumbnail image when selected will be displayed.")] public: property String^ PageViewID { String^ get(); void set ( String^ value); }
The default value is an empty string.