Click or drag to resize

BrowserViewMenuItems Property

The collection of the current context menu items.

Namespace:  DotNetBrowser.AvaloniaUi
Assembly:  DotNetBrowser.AvaloniaUi (in DotNetBrowser.AvaloniaUi.dll) Version: 2.25.1
Syntax
C#
public ObservableCollection<MenuItemViewModel> MenuItems { get; }

Property Value

Type: ObservableCollectionMenuItemViewModel
See Also