IListBox<TData, TValue>.GetFilterCriteria() Method
In This Article
Returns the filter criteria applied to the grid data.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
CriteriaOperator GetFilterCriteria()
#Returns
Type | Description |
---|---|
Criteria |
An object that specifies the filter expression. |
#Remarks
Refer to the GetFilterCriteria() method description for more information and an example.
See Also