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

Provides data for GridViewDataControl AutoGeneratingColumn event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.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(ItemPropertyInfo itemPropertyInfo)
Parameters:itemPropertyInfoItemPropertyInfo

The item property info.

Properties

Gets or sets current column.

C#
public GridViewColumn Column { get; set; }

ItemPropertyInfo

ItemPropertyInfo

Gets the item property info.

C#
public ItemPropertyInfo ItemPropertyInfo { get; }
Property Value:

The item property info.