ValueEditorEventArgs Properties
The base class for objects that provide data for editor specific events.| Name | Description |
|---|---|
| Editor | Gets the currently processed editor. |
| PropertyName | Gets the name of the current property (column/field). Inherited from BaseNodeEventArgs. |
| PropertyType | Gets the type of the current property (column/field). Inherited from BaseNodeEventArgs. |
See Also