MultiSelector.SelectAll Method

Definition

Selects all of the items in the MultiSelector.

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

Exceptions

Remarks

You can use this method only if CanSelectMultipleItems is true.

Applies to