MultiSelector.UnselectAll Method

Definition

Unselects all of the items in the MultiSelector.

public:
 void UnselectAll();
public void UnselectAll ();
member this.UnselectAll : unit -> unit
Public Sub UnselectAll ()

Remarks

You can use this method regardless of whether CanSelectMultipleItems is true or false.

Applies to