ShowingEditorEventArgs Properties
Provides data for the ShowingEditor event.| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| FieldName | Gets the name of the data field for which an editor is about be displayed. |
| Item | Gets an object that specifies a record in the grid’s underlying data source. |
| RowHandle | Gets the processed row’s handle. |
See Also