Class StackedHeaderCollectionChangedEventArgs
Provides data for the stacked header collection changes in SfDataGrid.
Inheritance
System.Object
StackedHeaderCollectionChangedEventArgs
Namespace: Syncfusion.UI.Xaml.Grids
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class StackedHeaderCollectionChangedEventArgs : Object
Properties
Action
Returns the corresponding collection changed actions performed on the stacked header.
Declaration
public NotifyCollectionChangedAction Action { get; }
Property Value
Type |
---|
System.Collections.Specialized.NotifyCollectionChangedAction |
Count
Gets the number of StackedHeaderRow caused by the action.
Declaration
public int Count { get; }
Property Value
Type |
---|
System.Int32 |