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

VirtualServerModeConfigurationInfo.Filter Property

Gets the grid’s current filter criteria.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v22.2.dll

NuGet Package: DevExpress.Data

Declaration

public CriteriaOperator Filter { get; }

Property Value

Type Description
CriteriaOperator

The filter criteria applied to the grid.

See Also