WebDataSelection.UnselectAllFiltered() Method
Unselects all rows which match a filter criteria currently applied within the ASPxGridView.
Namespace: DevExpress.Web.Data
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
When filtering is applied to the ASPxGridView, only data rows that meet the specified criteria are displayed. Use the UnselectAllFiltered method to unselect all these rows.
See Also