Share via


ItemsViewAutomationPeer.CanSelectMultiple Property

Definition

Gets a value that specifies whether more than one child element can be selected concurrently.

public:
 property bool CanSelectMultiple { bool get(); };
bool CanSelectMultiple();
public bool CanSelectMultiple { get; }
var boolean = itemsViewAutomationPeer.canSelectMultiple;
Public ReadOnly Property CanSelectMultiple As Boolean

Property Value

Boolean

bool

True, if more than one child element can be selected concurrently; otherwise, false.

Implements

Applies to