Class
GridViewAutoGeneratingColumnEventArgs

Provides data for GridViewDataControl AutoGeneratingColumn event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GridViewAutoGeneratingColumnEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsGridViewAutoGeneratingColumnEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

GridViewAutoGeneratingColumnEventArgs(ItemPropertyInfo)

Initializes a new instance of the GridViewAutoGeneratingColumnEventArgs class.

Declaration

cs-api-definition
public GridViewAutoGeneratingColumnEventArgs(ItemPropertyInfo itemPropertyInfo)

Parameters

itemPropertyInfo

ItemPropertyInfo

The item property info.

Properties

Column

Gets or sets current column.

Declaration

cs-api-definition
public GridViewColumn Column { get; set; }

Property Value

GridViewColumn

ItemPropertyInfo

Gets the item property info.

Declaration

cs-api-definition
public ItemPropertyInfo ItemPropertyInfo { get; }

Property Value

ItemPropertyInfo

The item property info.