Skip to main content
Tab

ASPxCheckBoxList.SelectAll() Method

In This Article

Selects all check box list items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public void SelectAll()

#Remarks

Use the SelectAll method to select all items within an ASPxCheckBoxList. To clear the selection, use the ASPxCheckBoxList.UnselectAll method.

See Also