PagerSettings.PageButtonCount Property
.NET Framework 3.0
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: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public int get_PageButtonCount () /** @property */ public void set_PageButtonCount (int value)
public function get PageButtonCount () : int public function set PageButtonCount (value : int)
Not applicable.
Property Value
The number of page buttons to display in the pager. The default is 10.Community Additions
ADD
Show: