Share via


SelectableAction.SelectedItem Property

Definition

public:
 property System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> SelectedItem { System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> get(); void set(System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> value); };
public System.Collections.Generic.KeyValuePair<string,object> SelectedItem { get; set; }
member this.SelectedItem : System.Collections.Generic.KeyValuePair<string, obj> with get, set
Public Property SelectedItem As KeyValuePair(Of String, Object)

Property Value

Applies to