ShowValueEditorEventArgs Properties
Provides data for theBeforeShowValueEditor event.
| Name | Description |
|---|---|
| CurrentNode | Gets the current node in the FilterControl’s tree of criteria. |
| CustomRepositoryItem | Allows you to specify a custom editor to be opened instead of the default one, specified by the Editor property. |
| Editor | |
| FocusedElementIndex | Gets the index of the current operand value. |
| OperandValue | Gets the current operand value. |
| Operation | Gets the operation of the current node. |
| 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