Skip to main content

DataPager.ActualNumericButtonCount Property

Gets the actual number of numeric buttons currently displayed within the Data Pager. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.DataPager

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public int ActualNumericButtonCount { get; }

#Property Value

Type Description
Int32

An integer value that specifies how many numeric buttons are displayed within the Data Pager.

#Remarks

The maximum allowed number of numeric buttons that can be displayed within the Data Pager is specified by the DataPager.NumericButtonCount property. If the total number of pages is less than that specified by the DataPager.NumericButtonCount property, use the ActualNumericButtonCount property to obtain how many numeric buttons are displayed within the Data Pager.

See Also