Enum LexemCollapsingType
Defines the constants that specifies the all types of meanings of the lexem in the terms of collapsing.
Namespace: Syncfusion.Windows.Forms.Edit.Enums
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public enum LexemCollapsingType
Fields
Name | Description |
---|---|
CollapsedLexem | Specifies whether the lexem is a collapsed region. |
None | Specifies whether the lexem is not related to the collapsible regions. |
RegionEnd | Specifies whether the lexem is the last region of the collapsible region. |
RegionStart | Specifies whether the lexem is the first lexem of the collapsible region. |