ShowValueEditorEventArgs.OperandValue Property
In This Article
Gets the current operand value.
Namespace: DevExpress.XtraEditors.Filtering
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public OperandValue OperandValue { get; }
#Property Value
Type | Description |
---|---|
Operand |
An Operand |
See Also