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

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

Declaration

public CriteriaOperator Filter { get; }

Property Value

Type Description
CriteriaOperator

The filter criteria applied to the grid.

See Also