SelectorItem.IsSelected Property

Definition

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.

Applies to