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

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.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

public CriteriaOperator ValuesExpression { get; }

Property Value

Type Description
CriteriaOperator

The expression that identifies the currently processed column.

See Also