ClassGridViewHeaderCellEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class GridViewHeaderCellEventArgs : GridViewCellEventArgsBase
Inheritance: objectEventArgsGridViewCellEventArgsBaseGridViewHeaderCellEventArgs
Inherited Members
Constructors
GridViewHeaderCellEventArgs(GridViewRowInfo, GridViewColumn, ToggleState)
Initializes a new instance of the GridViewHeaderCellEventArgs class.
Declaration
cs-api-definition
public GridViewHeaderCellEventArgs(GridViewRowInfo row, GridViewColumn column, ToggleState state)
Parameters
row
The row.
column
The column.
state
The state.
Properties
State
Gets the state.
Declaration
cs-api-definition
public ToggleState State { get; }
Property Value
The state.