Interface IHierarchicalSelectionOption
- Namespace
- BlazOrbit.Abstractions
- Assembly
- BlazOrbit.Core.dll
public interface IHierarchicalSelectionOption : ISelectionOption
- Inherited Members
Properties
Children
IReadOnlyList<IHierarchicalSelectionOption> Children { get; }
Property Value
- IReadOnlyList<IHierarchicalSelectionOption>
Depth
int Depth { get; }
Property Value
- int
HasChildren
bool HasChildren { get; }
Property Value
- bool
Key
string Key { get; }
Property Value
- string
Parent
IHierarchicalSelectionOption? Parent { get; }