EditorShownEventArgs Properties
Contains data for the EditorShown event.Name | Description |
---|---|
Editor | Gets the displayed editor. |
FieldName | Gets or sets the field name of the column for which the editor is displayed. This is a bindable property. |
IsAutoFilterRow | 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. |
RowHandle | 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