System.Web.UI.WebControls.PagerSettings.PageButtonCount Property

Gets or sets the number of page buttons to display in the pager when the PagerSettings.Mode property is set to the PagerButtons.Numeric or PagerButtons.NumericFirstLast value.

Syntax

[System.ComponentModel.DefaultValue(10)]
[System.ComponentModel.NotifyParentProperty(true)]
public int PageButtonCount { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When the PagerSettings.Mode property is set to the PagerButtons.Numeric or PagerButtons.NumericFirstLast value, use the PagerSettings.PageButtonCount property to specify the number of page buttons to display in the pager.

The value of this property is stored in view state.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0