Skip to main content
A newer version of this page is available. .

ShowValueEditorEventArgs.OperandValue Property

Gets the current operand value.

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public OperandValue OperandValue { get; }

Property Value

Type Description
OperandValue

An OperandValue object that specifies the current operand value.

See Also