menu

WPF

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

    Show / Hide Table of Contents

    Class LineItemsCollection

    Inheritance
    System.Object
    LineItemsCollection
    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public class LineItemsCollection : ObservableCollection<LineItem>

    Constructors

    LineItemsCollection()

    Declaration
    public LineItemsCollection()

    LineItemsCollection(IEnumerable<String>)

    Declaration
    public LineItemsCollection(IEnumerable<string> lines)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<System.String> lines

    Methods

    OnCollectionChanged(NotifyCollectionChangedEventArgs)

    Declaration
    protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
    Parameters
    Type Name Description
    System.Collections.Specialized.NotifyCollectionChangedEventArgs e
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved