Gets or sets the number of Page buttons to display in the pager when the Mode
property is set to the Numeric or NumericFirstLast value.
Namespace:
C1.Web.UI.Controls.C1GridViewAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[JsonAttribute(true, true, )] [DefaultValueAttribute()] [NotifyParentPropertyAttribute(true)] public int PageButtonCount { get; set; } |
| Visual Basic |
|---|
<JsonAttribute(True, True, )> _ <DefaultValueAttribute()> _ <NotifyParentPropertyAttribute(True)> _ Public Property PageButtonCount As Integer Get Set |