Class
GridViewCustomGroupingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GridViewCustomGroupingEventArgs : EventArgs

Inheritance: objectEventArgsGridViewCustomGroupingEventArgs

Inherited Members EventArgs.Empty

Constructors

GridViewCustomGroupingEventArgs(GridViewTemplate, GridViewRowInfo, int)

Initializes a new instance of the GridViewCustomGroupingEventArgs class.

Declaration

cs-api-definition
public GridViewCustomGroupingEventArgs(GridViewTemplate template, GridViewRowInfo row, int level)

Parameters

template

GridViewTemplate

The template.

row

GridViewRowInfo

The row.

level

int

The level.

GridViewCustomGroupingEventArgs(GridViewTemplate, GridViewRowInfo, int, object)

Initializes a new instance of the GridViewCustomGroupingEventArgs class.

Declaration

cs-api-definition
public GridViewCustomGroupingEventArgs(GridViewTemplate template, GridViewRowInfo row, int level, object groupKey)

Parameters

template

GridViewTemplate

The template.

row

GridViewRowInfo

The row.

level

int

The level.

groupKey

object

The group key.

Properties

GroupKey

Gets or sets the group key used for custom groupin operation.

Declaration

cs-api-definition
public object GroupKey { get; set; }

Property Value

object

The group key.

Handled

Gets or sets a value indicating whether this GridViewCustomGroupingEventArgs is handled.

Declaration

cs-api-definition
public bool Handled { get; set; }

Property Value

bool

true if handled; otherwise, false.

Level

Gets the level.

Declaration

cs-api-definition
public int Level { get; }

Property Value

int

The level.

Row

Gets the row.

Declaration

cs-api-definition
public GridViewRowInfo Row { get; }

Property Value

GridViewRowInfo

The row.

Template

Gets the template.

Declaration

cs-api-definition
public GridViewTemplate Template { get; }

Property Value

GridViewTemplate

The template.