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

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

public CriteriaOperator Filter { get; }

Property Value

Type Description
CriteriaOperator

The filter criteria applied to the grid.

See Also