'Declaration <BrowsableAttribute(True)> <DescriptionAttribute("gets or sets PageView control Id where the thumbnail image when selected will be displayed.")> <CategoryAttribute("ImGearThumbnailList Properties")> <DefaultValueAttribute()> Public Property PageViewClientId As String
'Usage Dim instance As ImGearThumbnailList Dim value As String instance.PageViewClientId = value value = instance.PageViewClientId
[Browsable(true)] [Description("gets or sets PageView control Id where the thumbnail image when selected will be displayed.")] [Category("ImGearThumbnailList Properties")] [DefaultValue()] public string PageViewClientId {get; set;}
[Browsable(true)] [Description("gets or sets PageView control Id where the thumbnail image when selected will be displayed.")] [Category("ImGearThumbnailList Properties")] [DefaultValue()] public: __property string* get_PageViewClientId(); public: __property void set_PageViewClientId( string* value );
[Browsable(true)] [Description("gets or sets PageView control Id where the thumbnail image when selected will be displayed.")] [Category("ImGearThumbnailList Properties")] [DefaultValue()] public: property String^ PageViewClientId { String^ get(); void set ( String^ value); }