Skip to main content

WebDataSelection.UnselectAllFiltered() Method

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

Namespace: DevExpress.Web.Data

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