Skip to main content
A newer version of this page is available. .

FetchEventArgsBase.Filter Property

Gets the GridControl‘s filter.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public CriteriaOperator Filter { get; }

Property Value

Type Description
CriteriaOperator

The GridControl‘s filter.

Remarks

Refer to the following help topic for more information: Enable Filter Operations.

See Also