Class GridViewDataGroupEventArgs
Provides data for DataGroup events related to grouping operations.
Inheritance
System.Object
System.EventArgs
GridViewDataGroupEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewDataGroupEventArgs : EventArgs
Constructors
GridViewDataGroupEventArgs(GridGroupByExpression, Int32)
Initializes a new instance of the GridViewDataGroupEventArgs class.
Declaration
public GridViewDataGroupEventArgs(GridGroupByExpression expression, int groupCount)
Parameters
GridGroupByExpression
expression
The expression. |
System.Int32
groupCount
The group count. |
Properties
Expression
Gets the expression.
Declaration
public GridGroupByExpression Expression { get; }
Property Value
GridGroupByExpression
|
GroupCount
Gets the gorup count.
Declaration
public int GroupCount { get; set; }
Property Value
System.Int32
|
HeaderText
Gets the header text.
Declaration
public string[] HeaderText { get; }
Property Value
System.String[]
|
RowCount
Gets an array containing the row counts.
Declaration
public int[] RowCount { get; }
Property Value
System.Int32[]
The row count. |