Back to Devexpress

GridViewBase.PagerNumericButtonCount Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridviewbase-c95c2325.md

latest1.3 KB
Original Source

GridViewBase.PagerNumericButtonCount Property

Gets or sets the maximum number of numeric buttons that can be displayed within the pager control. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public int PagerNumericButtonCount { get; set; }
vb
Public Property PagerNumericButtonCount As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the maximum number of numeric buttons.

|

Remarks

Refer to the Data Paging topic to learn more.

See Also

GridViewBase Class

GridViewBase Members

DevExpress.Xpf.Grid Namespace