[]
Gets or sets the selected item. This is a dependency property.
[Bindable(true)]
public object SelectedItem { get; set; }
<Bindable(True)>
Public Property SelectedItem As Object
Type | Description |
---|---|
object | The selected item. The default is null. |