menu

WinForms

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

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved