WPF

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

    Show / Hide Table of Contents

    Class LineItemsCollection

    LineItemsCollection class is used to hold the collection of individual lineitems.

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

    LineItemsCollection class contains the lineitem collection and each lineitem object has the line information

    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

    See Also

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