[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.AutoGeneratingColumnEventArgs

AutoGeneratingColumnEventArgs Class

Event data for AutoGeneratingColumn event of C1.WPF.FlexGrid.

Inheritance
AutoGeneratingColumnEventArgs
Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
public class AutoGeneratingColumnEventArgs : CancelEventArgs

Constructors

Name Description
AutoGeneratingColumnEventArgs(PropertyInfo, Column)

Initializes a new instance of the AutoGeneratingColumnEventArgs class.

Properties

Name Description
Column

Gets or sets the column that is being auto-generated.

Property

Gets the property info associated to the column that is being auto-generated.