Class GroupSeparatorMode
It contains the values for the GroupSeparatorMode enumeration that determines the group separator active mode.
Inheritance
System.Object
GroupSeparatorMode
Namespace: Syncfusion.SfNumericTextBox.XForms
Assembly: Syncfusion.SfNumericTextBox.XForms.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 | Description |
---|---|
GroupSeparatorMode |
LostFocus
Value updated with group separator after the control loses focus.
Declaration
public const GroupSeparatorMode LostFocus
Field Value
Type | Description |
---|---|
GroupSeparatorMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |