Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Selector.SelectedValue 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 the value of the selected item, obtained by using the SelectedValuePath.

public:
 property Platform::Object ^ SelectedValue { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable SelectedValue();

void SelectedValue(IInspectable value);
public object SelectedValue { get; set; }
var object = selector.selectedValue;
selector.selectedValue = object;
Public Property SelectedValue As Object
<selector SelectedValue="valueAsString"/>

Property Value

Object

Platform::Object

IInspectable

The value of the selected item, obtained by using the SelectedValuePath, or null if no item is selected. The default value is null.

Applies to


Feedback

Was this page helpful?