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