ImageGear21.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : IncludeAllPages Property |
'Declaration <DescriptionAttribute("Gets a collection of ImGearSelectionPage objects.")> <CategoryAttribute("ImgearThumbnailList Properties")> <DefaultValueAttribute()> <BrowsableAttribute(True)> Public Property IncludeAllPages As Boolean
'Usage Dim instance As ImGearThumbnailList Dim value As Boolean instance.IncludeAllPages = value value = instance.IncludeAllPages
[DescriptionAttribute("Gets a collection of ImGearSelectionPage objects.")] [CategoryAttribute("ImgearThumbnailList Properties")] [DefaultValueAttribute()] [BrowsableAttribute(true)] public bool IncludeAllPages {get; set;}
[DescriptionAttribute("Gets a collection of ImGearSelectionPage objects.")] [CategoryAttribute("ImgearThumbnailList Properties")] [DefaultValueAttribute()] [BrowsableAttribute(true)] public: __property bool get_IncludeAllPages(); public: __property void set_IncludeAllPages( bool value );
[DescriptionAttribute("Gets a collection of ImGearSelectionPage objects.")] [CategoryAttribute("ImgearThumbnailList Properties")] [DefaultValueAttribute()] [BrowsableAttribute(true)] 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.