Class TableSummaryPositionChangedEventArgs
Provides data for processing the GridTableSummaryRow position changes.
Inheritance
System.Object
TableSummaryPositionChangedEventArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class TableSummaryPositionChangedEventArgs
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; }