Skip to main content

VirtualServerModeGetUniqueValuesEventArgs.ValuesExpression Property

Gets or sets the expression that identifies the currently processed column. This can be a field name or an expression (for calculated columns).

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public CriteriaOperator ValuesExpression { get; }

Property Value

Type Description
CriteriaOperator

The expression that identifies the currently processed column.

See Also