Class TableSummaryPositionChangedEventArgs
Provides data for processing the GridTableSummaryRow position changes.
Inheritance
System.Object
TableSummaryPositionChangedEventArgs
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class TableSummaryPositionChangedEventArgs : Object
Properties
Action
Gets the corresponding collection changed actions performed on the GridTableSummaryRow.
Declaration
public NotifyCollectionChangedAction Action { get; }
Property Value
Type |
---|
System.Collections.Specialized.NotifyCollectionChangedAction |
Count
Gets the number of GridTableSummaryRow caused by the action.
Declaration
public int Count { get; }
Property Value
Type |
---|
System.Int32 |
NewPosition
Gets the new position of GridTableSummaryRow.
Declaration
public TableSummaryRowPosition NewPosition { get; }
Property Value
Type |
---|
TableSummaryRowPosition |