alexa

    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