Interface ILexemWrapper
Provides the functionality for lexem wrapper that are used in autoformatting.
Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public interface ILexemWrapper
Properties
Config
Gets the configuration of the lexem.
Declaration
IConfigLexem Config { get; }
Property Value
| Type |
|---|
| IConfigLexem |
Stack
Gets the configuration stack of the lexem.
Declaration
ConfigStack Stack { get; }
Property Value
| Type |
|---|
| ConfigStack |
Text
Gets the text of the lexem.
Declaration
string Text { get; }
Property Value
| Type |
|---|
| System.String |