Class NumericButtonsGenerateMode
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
NumericButtonsGenerateMode
Namespace: Syncfusion.SfDataGrid.XForms
Assembly: Syncfusion.SfDataGrid.XForms.dll
Syntax
public sealed class NumericButtonsGenerateMode : Enum
Fields
Auto
Creates the numeric buttons based on the available parent size.
Declaration
public const NumericButtonsGenerateMode Auto
Field Value
Type |
---|
NumericButtonsGenerateMode |
Manual
Creates the numeric buttons based on the specified NumericButtonCount value.
Declaration
public const NumericButtonsGenerateMode Manual
Field Value
Type |
---|
NumericButtonsGenerateMode |