menu

WPF

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

    Show / Hide Table of Contents

    Class FormatsCollection

    FormatsCollection class is used to contain a collection of Formats in LanguageBase

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

    The FormatsCollection class contains the collection of Format information of Lexems.

    Constructors

    FormatsCollection()

    Initializes a new instance of the FormatsCollection class.

    Declaration
    public FormatsCollection()

    FormatsCollection(IEnumerable<EditFormats>)

    Initializes a new instance of the FormatsCollection class.

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

    Gets the EditFormats object to collection from the reporting source

    See Also

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