Class GroupSeparatorMode
It contains the values for the GroupSeparatorMode enumeration that determines the group separator active mode.
Inheritance
System.Object
    GroupSeparatorMode
  Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.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 |