Skip to main content

VirtualServerModeConfigurationInfo.Filter Property

Gets the grid’s current filter criteria.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v24.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