Class DataPagerNumericButtonsGenerateMode
Defines the constants that specify whether the numeric buttons should be generated automatically based on parent size or manually using the specified NumericButtonCount value.
Inheritance
System.Object
DataPagerNumericButtonsGenerateMode
Namespace: Syncfusion.Maui.DataGrid.DataPager
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public sealed class DataPagerNumericButtonsGenerateMode : Enum
Fields
Auto
Creates the numeric buttons based on the available parent size.
Declaration
public const DataPagerNumericButtonsGenerateMode Auto
Field Value
Type |
---|
DataPagerNumericButtonsGenerateMode |
Manual
Creates the numeric buttons based on the specified NumericButtonCount value.
Declaration
public const DataPagerNumericButtonsGenerateMode Manual
Field Value
Type |
---|
DataPagerNumericButtonsGenerateMode |