A newer version of this page is available.
Switch to the current version.
ASPxPagerBase.ShowNumericButtons Property
Gets or sets whether numeric buttons are visible.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(true)]
public virtual bool ShowNumericButtons { get; set; }
<DefaultValue(True)>
Public Overridable Property ShowNumericButtons As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true to show numeric buttons; otherwise, false. |
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
Feedback