ImageGear22.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : IncludeAllPages Property |
'Declaration <BrowsableAttribute(True)> <DescriptionAttribute("Gets a collection of ImGearSelectionPage objects.")> <CategoryAttribute("ImgearThumbnailList Properties")> <DefaultValueAttribute()> Public Property IncludeAllPages As Boolean
'Usage Dim instance As ImGearThumbnailList Dim value As Boolean instance.IncludeAllPages = value value = instance.IncludeAllPages
[Browsable(true)] [Description("Gets a collection of ImGearSelectionPage objects.")] [Category("ImgearThumbnailList Properties")] [DefaultValue()] public bool IncludeAllPages {get; set;}
[Browsable(true)] [Description("Gets a collection of ImGearSelectionPage objects.")] [Category("ImgearThumbnailList Properties")] [DefaultValue()] public: __property bool get_IncludeAllPages(); public: __property void set_IncludeAllPages( bool value );
[Browsable(true)] [Description("Gets a collection of ImGearSelectionPage objects.")] [Category("ImgearThumbnailList Properties")] [DefaultValue()] public: property bool IncludeAllPages { bool get(); void set ( bool value); }
The default value is true
Note:
This property value will be ignored when binding at the page level.