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

ASPxListBox.UnselectAll() Method

Unselects all list box items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public void UnselectAll()

Remarks

The UnselectAll method clears the current selection, and assigns null (Nothing in Visual Basic) to the ASPxListBox.Value property.

For more information about multiple selection, read the Multi-Selection Mode topic.

See Also