EditorShownEventArgs Properties
Contains data for the EditorShown event.
Name | Description |
---|---|
Editor | Gets the displayed editor. |
Field |
Gets or sets the field name of the column for which the editor is displayed. This is a bindable property. |
Is |
Gets whether the edited item is the auto filter row. |
Item | Gets the data item that corresponds to the data grid item for which the editor is displayed. |
Row |
Gets the handle of the row that contains a cell for which the editor is displayed. |
Value | Gets the value that corresponds to the data grid item for which the editor is displayed. |
See Also