Class GridViewColumnEventArgs
EventArgs used for events related to GridViewColumn.
Inheritance
System.Object
GridViewColumnEventArgs
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewColumnEventArgs : EventArgs
Constructors
GridViewColumnEventArgs(GridViewColumn)
Initializes a new instance of the Grid
Declaration
public GridViewColumnEventArgs(GridViewColumn column)
Parameters
Grid
|
Properties
Column
GridViewColumn that the GridViewColumnEventArgs refers to.
Declaration
public GridViewColumn Column { get; }