ImageGear .NET - Updated October 2, 2018
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

Property Value

a string value
Remarks
a string value

The default value is an empty string.

See Also

Reference

ThumbnailView Class
ThumbnailView Members