Class GroupSeparatorMode
It contains the values for the GroupSeparatorMode enumeration that determines the group separator active mode.
Inheritance
System.Object
GroupSeparatorMode
Namespace: Syncfusion.SfNumericTextBox.iOS
Assembly: Syncfusion.SfNumericTextBox.iOS.dll
Syntax
public sealed class GroupSeparatorMode : Enum
Fields
Always
Value updated with group separator on every key press.
Declaration
public const GroupSeparatorMode Always
Field Value
Type |
---|
GroupSeparatorMode |
LostFocus
Value updated with group separator after the control loses focus.
Declaration
public const GroupSeparatorMode LostFocus
Field Value
Type |
---|
GroupSeparatorMode |