Class StackedHeaderRows
Represents a collection of the StackedHeaderRow to add the stacked header rows in SFDataGrid.
Inheritance
System.Object
StackedHeaderRows
Namespace: Syncfusion.WinForms.DataGrid
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class StackedHeaderRows : ObservableCollection<StackedHeaderRow>
Constructors
StackedHeaderRows()
Initializes a new instance of the StackedHeaderRows class.
Declaration
public StackedHeaderRows()
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. |