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

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public CriteriaOperator FilterExpression { get; }

Property Value

Type Description
CriteriaOperator

The filter expression applied to the grid

See Also