Skip to main content

FetchEventArgsBase.Filter Property

Gets the GridControl‘s filter.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.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