Skip to main content
Tab

DataViewPagerSettings.ShowNumericButtons Property

Gets or sets whether numeric buttons are visible.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public override bool ShowNumericButtons { get; set; }

Property Value

Type Default Description
Boolean true

true, to show numeric buttons; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowNumericButtons
ASPxDataView
.PagerSettings .ShowNumericButtons

Remarks

Clicking a numeric button navigates a user to the corresponding page. If the ShowNumericButtons property is set to false, the user can navigate between pages via the navigation buttons.

See Also