Share via


ItemsViewAutomationPeer.IsSelectionRequired Property

Definition

Gets a value that specifies whether at least one child element must be selected.

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

Property Value

Boolean

bool

True if at least one child element must be selected; otherwise, false.

Implements

Applies to