A newer version of this page is available.
Switch to the current version.
VirtualServerModeConfigurationInfo.Filter Property
Gets the grid's current filter criteria.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v19.2.dll
Declaration
public CriteriaOperator Filter { get; }
Public ReadOnly Property Filter As CriteriaOperator
Property Value
Type | Description |
---|---|
CriteriaOperator | The filter criteria applied to the grid. |
See Also
Feedback