AutoGeneratingColumnEventArgs Properties
Provides data for the GridControl.AutoGeneratingColumn event.Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
Column | Gets the column being auto-generated. |
See Also