New to Telerik UI for WPFStart a free 30-day trial

EventArgs used for events related to GridViewColumn.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class GridViewColumnEventArgs : EventArgs

Inheritance: objectEventArgsGridViewColumnEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the GridViewColumnEventArgs class.

C#
public GridViewColumnEventArgs(GridViewColumn column)
Parameters:columnGridViewColumn

Properties

GridViewColumn that the GridViewColumnEventArgs refers to.

C#
public GridViewColumn Column { get; }