menu

WPF

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

    Show / Hide Table of Contents

    Class LexemCollection

    LexemCollection class is used to contain a collection of Formats in Lexems

    Inheritance
    System.Object
    LexemCollection
    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public class LexemCollection : ObservableCollection<Lexem>
    Remarks

    The LexemCollection class contain the collection of lexems and its properties.

    Constructors

    LexemCollection()

    Initializes a new instance of the LexemCollection class.

    Declaration
    public LexemCollection()

    LexemCollection(IEnumerable<Lexem>)

    Initializes a new instance of the LexemCollection class.

    Declaration
    public LexemCollection(IEnumerable<Lexem> collection)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<Lexem> collection

    Gets the Lexem object to collection from the reporting source

    See Also

    Lexem
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved