Gets or sets a value that determines whether the page index is displayed.
Namespace:
C1.Web.UI.Controls.C1MultiPageAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[C1CategoryAttribute("Category.Appearance")] [DefaultValueAttribute(true)] public bool ShowPageIndex { get; set; } |
| Visual Basic (Declaration) |
|---|
<C1CategoryAttribute("Category.Appearance")> _ <DefaultValueAttribute(True)> _ Public Property ShowPageIndex As Boolean Get Set |