Class StackedColumns
Represents a collection of the StackedColumn to group the columns under particular category.
Inheritance
System.Object
StackedColumns
Namespace: Syncfusion.WinForms.DataGrid
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class StackedColumns : ObservableCollection<StackedColumn>
Constructors
StackedColumns()
Initializes a new instance of the StackedColumns class.
Declaration
public StackedColumns()
Methods
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Occurs when the collection is changed.
Declaration
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Specialized.NotifyCollectionChangedEventArgs | e | The System.Collections.Specialized.NotifyCollectionChangedEventArgs that contains the event data. |