Table of Contents

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
object
TreeSelectionNodeRegistration
Inherited Members

Constructors

TreeSelectionNodeRegistration()

public TreeSelectionNodeRegistration()

Properties

IsSelected

When true, the node starts selected.

public bool IsSelected { get; init; }

Property Value

bool