TreeListCustomizeDataRowEditorEventArgs Properties
Contains data for the CustomizeDataRowEditor event.
Name | Description |
---|---|
Data |
Returns the processed data item. |
Edit |
Returns the edit model. |
Edit |
Returns an object that contains editor settings. |
Field |
Returns a name of the data field whose editor is being processed. |
Is |
Returns whether the editor corresponds to a new or existing row. |
Parent |
Returns the parent data item of the processed node. |
Tree |
Returns the Tree |
See Also