LoopingSelector.SelectedItem Property

Definition

Gets or sets the LoopingSelectorItem that is displayed in the LoopingSelector.

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

void SelectedItem(IInspectable value);
public object SelectedItem { get; set; }
var object = loopingSelector.selectedItem;
loopingSelector.selectedItem = object;
Public Property SelectedItem As Object

Property Value

Object

Platform::Object

IInspectable

The LoopingSelectorItem that is visible in the LoopingSelector.

Applies to