Class GridViewAutoGeneratingColumnEventArgs
Provides data for GridViewDataControl AutoGeneratingColumn event.
Inheritance
System.Object
GridViewAutoGeneratingColumnEventArgs
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewAutoGeneratingColumnEventArgs : CancelEventArgs
Constructors
GridViewAutoGeneratingColumnEventArgs(ItemPropertyInfo)
Initializes a new instance of the Grid
Declaration
public GridViewAutoGeneratingColumnEventArgs(ItemPropertyInfo itemPropertyInfo)
Parameters
System. The item property info. |
Properties
Column
Gets or sets current column.
Declaration
public GridViewColumn Column { get; set; }
Property Value
ItemPropertyInfo
Gets the item property info.
Declaration
public ItemPropertyInfo ItemPropertyInfo { get; }
Property Value
System. The item property info. |