ShowValueEditorEventArgs Properties
Provides data for the BeforeShowValueEditor
event.
Name | Description |
---|---|
Current |
Gets the current node in the Filter |
Custom |
Allows you to specify a custom editor to be opened instead of the default one, specified by the Editor property. |
Editor | |
Focused |
Gets the index of the current operand value. |
Operand |
Gets the current operand value. |
Operation | Gets the operation of the current node. |
Property |
Gets the name of the current property (column/field).
Inherited from Base |
Property |
Gets the type of the current property (column/field).
Inherited from Base |
See Also