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 : MenuItemInheritance
Inherited Members
Properties
Children
public List<MenuItem> Children { get; init; }Property Value
ExpandedByDefault
public bool ExpandedByDefault { get; init; }Property Value
IsGrouper
public bool IsGrouper { get; init; }Property Value
OpenAsPage
public bool OpenAsPage { get; init; }Property Value
Url
public string? Url { get; init; }