SelectorItem.IsSelected 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 or sets a value that indicates whether the item is selected in a selector.
public:
property bool IsSelected { bool get(); void set(bool value); };
bool IsSelected();
void IsSelected(bool value);
public bool IsSelected { get; set; }
var boolean = selectorItem.isSelected;
selectorItem.isSelected = boolean;
Public Property IsSelected As Boolean
<selectorItem IsSelected="bool" />
Property Value
Boolean
bool
true if the item is selected; otherwise, false.