Class GroupingRowEventArgs
Represents a class that provides data for the GroupingColumnChanging event.
Inheritance
System.Object
System.EventArgs
GroupingRowEventArgs
Inherited Members
System.EventArgs.Empty
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.Grouping
Assembly: Syncfusion.Grouping.Base.dll
Syntax
public class GroupingRowEventArgs : EventArgs
Constructors
GroupingRowEventArgs(Object)
Initializes a new instance of the GroupingRowEventArgs class.
Declaration
public GroupingRowEventArgs(object row)
Parameters
Type | Name | Description |
---|---|---|
System.Object | row | The Row of the column with the changing value. |
Properties
Row
Gets the row of the column with a changing value.
Declaration
public object Row { get; }
Property Value
Type |
---|
System.Object |