Click or drag to resize

BrowserView.MenuItems Property

The collection of the current context menu items.

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

Property Value

Type: ObservableCollection<MenuItemViewModel>
See Also