Provides data for RadGridView control AutoGeneratingColumn event. Cancellable.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridViewAutoGeneratingColumnEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsGridViewAutoGeneratingColumnEventArgs
Inherited Members
Constructors
Initializes a new instance of the GridViewAutoGeneratingColumnEventArgs class.
C#
public GridViewAutoGeneratingColumnEventArgs(GridViewDataColumn column)
The column.
Properties
Gets or sets the column.
C#
public GridViewDataColumn Column { get; set; }