Property UsePopoverMenu
UsePopoverMenu
Gets whether this entry uses a modal PopoverMenu (true, default) or an inline SubMenu (false) for its dropdown. This property must be set at construction time and cannot be changed after initialization.
public bool UsePopoverMenu { get; init; }