Skip to main content
All docs
V23.2

GridCustomizeDataRowEditorEventArgs Properties

Contains data for the CustomizeDataRowEditor event.
Name Description
DataItem Returns the processed data item.
EditModel Returns the edit model.
EditSettings Returns an object that contains editor settings. Inherited from GridCustomizeCellEditorEventArgs.
FieldName Gets a name of a data field whose editor is being processed. Inherited from GridCustomizeCellEditorEventArgs.
Grid Returns an object that defines grid API members (properties and methods). Inherited from GridCustomizeCellEditorEventArgs.
IsNewRow Returns whether the editor corresponds to a new or existing row.
See Also