ItemsViewAutomationPeer.IsSelectionRequired 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 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.