VirtualServerModeGetUniqueValuesEventArgs.ValuesExpression Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public CriteriaOperator ValuesExpression { get; }
#Property Value
Type | Description |
---|---|
Criteria |
The expression that identifies the currently processed column. |
See Also