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

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 CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the GridViewAutoGeneratingColumnEventArgs class.

C#
public GridViewAutoGeneratingColumnEventArgs(GridViewDataColumn column)
Parameters:columnGridViewDataColumn

The column.

Properties

Gets or sets the column.

C#
public GridViewDataColumn Column { get; set; }