Skip to main content

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 the Grid object. Inherited from GridCustomizeCellEditorEventArgs.
IsNewRow Returns whether the editor corresponds to a new or existing row.
See Also