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

ASPxCheckBoxList.UnselectAll() Method

Unselects any selected items within the ASPxCheckBoxList.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.1.dll

NuGet Package: DevExpress.Web

Declaration

public void UnselectAll()

Remarks

Use the UnselectAll method to clear the selection within an ASPxCheckBoxList. You can select all items using the ASPxCheckBoxList.SelectAll method.

See Also