Table of Contents

Class FolderMenuItem

Namespace
JJConsulting.Infinity.Domain.Menu
Assembly
JJConsulting.Infinity.Domain.dll

Represents a folder-type menu item, which can contain child menu items and additional properties specific to folder behavior.

public sealed class FolderMenuItem : MenuItem

Inheritance

Inherited Members

Properties

Children

public List<MenuItem> Children { get; init; }

Property Value

List<MenuItem>

ExpandedByDefault

public bool ExpandedByDefault { get; init; }

Property Value

bool

IsGrouper

public bool IsGrouper { get; init; }

Property Value

bool

OpenAsPage

public bool OpenAsPage { get; init; }

Property Value

bool

Url

public string? Url { get; init; }

Property Value

string?