Interface ILexem
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public interface ILexem : IBlock
Properties
EndBlockOnRecurrence
Declaration
bool EndBlockOnRecurrence { get; set; }
Property Value
ExcludeItemInIntellisense
Declaration
bool ExcludeItemInIntellisense { get; set; }
Property Value
Declaration
string FormatName { get; set; }
Property Value
Indent
Declaration
bool Indent { get; set; }
Property Value
IntellisenseDisplayText
Declaration
string IntellisenseDisplayText { get; set; }
Property Value
IsCollapsible
Declaration
bool IsCollapsible { get; set; }
Property Value
IsRegex
Declaration
bool IsRegex { get; set; }
Property Value
ScopeLevel
Declaration
ScopeLevel ScopeLevel { get; set; }
Property Value
ShowAlternateIntellisenseText
Declaration
bool ShowAlternateIntellisenseText { get; set; }
Property Value
SubLexems
Declaration
IEnumerable SubLexems { get; set; }
Property Value
Type |
System.Collections.IEnumerable |