Property SelectedObject
SelectedObject
The currently selected object in the tree. When MultiSelect is true this is the object at which the cursor is at.
public T SelectedObject { get; set; }
Property Value
- T
The currently selected object in the tree. When MultiSelect is true this is the object at which the cursor is at.
public T SelectedObject { get; set; }