menu

WinForms

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

    Show / Hide Table of Contents

    Interface IStackData

    Provides the functionality for accessing data and storing in the parser's stack.

    Namespace: Syncfusion.Windows.Forms.Edit.Implementation.Parser
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public interface IStackData

    Properties

    Config

    Gets configuration of the stack element.

    Declaration
    IConfigLexem Config { get; }
    Property Value
    Type
    IConfigLexem

    FirstConfig

    Gets configuration of the first lexem in sequence.

    Declaration
    IConfigLexem FirstConfig { get; }
    Property Value
    Type
    IConfigLexem

    Lexem

    Gets lexem instance. It can be null for language configuration.

    Declaration
    ILexem Lexem { get; }
    Property Value
    Type
    ILexem

    Location

    Gets ParsePoint that points to the position of the lexem.

    Declaration
    IParsePoint Location { get; }
    Property Value
    Type
    IParsePoint
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved