Skip to main content

VirtualServerModeGetUniqueValuesEventArgs.FilterExpression Property

Gets the filter expression applied to the grid.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public CriteriaOperator FilterExpression { get; }

Property Value

Type Description
CriteriaOperator

The filter expression applied to the grid

See Also