Skip to main content

WebDataSelection.UnselectAllFiltered() Method

In This Article

Unselects all rows which match a filter criteria currently applied within the ASPxGridView.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public void UnselectAllFiltered()

#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