DataGridAutoGeneratingColumnEventArgs Properties
.NET Framework 4.5
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
The DataGridAutoGeneratingColumnEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
Cancel | Gets or sets a value that indicates whether the event should be canceled. |
|
Column | Gets or sets the generated column. |
|
PropertyDescriptor | Gets the descriptor of the property bound to the generated column. |
|
PropertyName | Gets the name of the property bound to the generated column. |
|
PropertyType | Gets the type of the property bound to the generated column. |