Class TreeSelectionNodeRegistration
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.dll
Registration record produced by a BOBTreeSelectorItem when it registers with its selector.
public sealed class TreeSelectionNodeRegistration : TreeNodeRegistration
- Inheritance
-
objectTreeSelectionNodeRegistration
- Inherited Members
Constructors
TreeSelectionNodeRegistration()
public TreeSelectionNodeRegistration()
Properties
IsSelected
When true, the node starts selected.
public bool IsSelected { get; init; }
Property Value
- bool