Skip to main content
A newer version of this page is available. .

WebDataSelection.UnselectAllFiltered() Method

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

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v19.1.dll

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