TreeView.SelectedItem property¶
Defined in
Type: TreeView
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
public ReactiveTreeItem? SelectedItem { get; set; }
Summary: Gets or sets the currently selected item in the tree.
Returns: ReactiveTreeItem?
Remarks
If no item is selected, the property value is null. Changing this property
updates the selection state of the tree and may trigger related events or bindings.