FetchEventArgsBase.Filter Property
In This Article
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 |
---|---|
Criteria |
The Grid |
#Remarks
Refer to the following help topic for more information: Enable Filter Operations.
See Also