LoopingSelectorAutomationPeer.CanSelectMultiple Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the control allows more than one child element to be selected concurrently.
public:
property bool CanSelectMultiple { bool get(); };
bool CanSelectMultiple();
public bool CanSelectMultiple { get; }
var boolean = loopingSelectorAutomationPeer.canSelectMultiple;
Public ReadOnly Property CanSelectMultiple As Boolean
Property Value
Boolean
bool
true if multiple selection is allowed; otherwise, false.