VirtualServerModeConfigurationInfo.Filter Property
In This Article
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 |
---|---|
Criteria |
The filter criteria applied to the grid. |
See Also