NAutoCreateColumnEventArgs Class Members
In This Topic
The following tables list the members exposed by NAutoCreateColumnEventArgs.
Public Constructors
Public Properties
| Name | Description |
 | DataColumn | Gets or sets the data column that will be added to the grid columns collection. Setting this property cancels the event (handles it) and stops the propagation. |
 | FieldIndex | Gets the index of the field for which the column is created. |
 | FieldInfo | Gets information about the field for which the column is created. |
 | Grid | Gets the grid for which a column needs to be created. |
Top
See Also