@namespace Connected.Components @inherits UIComponent @typeparam T
  • @if (Content != null) { @Content } else { @if (TreeRoot != null && TreeRoot.MultiSelection) { } @if (!string.IsNullOrEmpty(Icon)) {
    } @Text @if (!string.IsNullOrEmpty(EndText)) { @EndText } @if (!string.IsNullOrEmpty(EndIcon)) {
    } }
    @if (HasChild) { @ChildContent }