menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ILexem - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ILexem

    Inherited Members
    IBlock.ContainsEndText
    IBlock.EndText
    IBlock.IsMultiline
    IBlock.LexemType
    IBlock.StartText
    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public interface ILexem : IBlock

    Properties

    EndBlockOnRecurrence

    Declaration
    bool EndBlockOnRecurrence { get; set; }
    Property Value
    Type
    System.Boolean

    ExcludeItemInIntellisense

    Declaration
    bool ExcludeItemInIntellisense { get; set; }
    Property Value
    Type
    System.Boolean

    FormatName

    Declaration
    string FormatName { get; set; }
    Property Value
    Type
    System.String

    Indent

    Declaration
    bool Indent { get; set; }
    Property Value
    Type
    System.Boolean

    IntellisenseDisplayText

    Declaration
    string IntellisenseDisplayText { get; set; }
    Property Value
    Type
    System.String

    IsCollapsible

    Declaration
    bool IsCollapsible { get; set; }
    Property Value
    Type
    System.Boolean

    IsRegex

    Declaration
    bool IsRegex { get; set; }
    Property Value
    Type
    System.Boolean

    ScopeLevel

    Declaration
    ScopeLevel ScopeLevel { get; set; }
    Property Value
    Type
    ScopeLevel

    ShowAlternateIntellisenseText

    Declaration
    bool ShowAlternateIntellisenseText { get; set; }
    Property Value
    Type
    System.Boolean

    SubLexems

    Declaration
    IEnumerable SubLexems { get; set; }
    Property Value
    Type
    System.Collections.IEnumerable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved