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

VirtualServerModeGetUniqueValuesEventArgs.FilterExpression Property

Gets the filter expression applied to the grid.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v19.2.dll

Declaration

public CriteriaOperator FilterExpression { get; }

Property Value

Type Description
CriteriaOperator

The filter expression applied to the grid

See Also