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 |