Class GridViewCustomGroupingEventArgs
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewCustomGroupingEventArgs : EventArgs
Constructors
GridViewCustomGroupingEventArgs(GridViewTemplate, GridViewRowInfo, Int32)
Initializes a new instance of the Grid
Declaration
public GridViewCustomGroupingEventArgs(GridViewTemplate template, GridViewRowInfo row, int level)
Parameters
Grid The template. |
Grid The row. |
System. The level. |
GridViewCustomGroupingEventArgs(GridViewTemplate, GridViewRowInfo, Int32, Object)
Initializes a new instance of the Grid
Declaration
public GridViewCustomGroupingEventArgs(GridViewTemplate template, GridViewRowInfo row, int level, object groupKey)
Parameters
Grid The template. |
Grid The row. |
System. The level. |
System. The group key. |
Properties
GroupKey
Gets or sets the group key used for custom groupin operation.
Declaration
public object GroupKey { get; set; }
Property Value
System. The group key. |
Handled
Gets or sets a value indicating whether this Grid
Declaration
public bool Handled { get; set; }
Property Value
System.
|
Level
Gets the level.
Declaration
public int Level { get; }
Property Value
System. The level. |
Row
Gets the row.
Declaration
public GridViewRowInfo Row { get; }
Property Value
Grid The row. |
Template
Gets the template.
Declaration
public GridViewTemplate Template { get; }
Property Value
Grid The template. |