wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertygridcontrol-83779458.md
Closes the opened property grid menu.
Namespace : DevExpress.Xpf.PropertyGrid
Assembly : DevExpress.Xpf.PropertyGrid.v25.2.dll
NuGet Package : DevExpress.Wpf.PropertyGrid
public void HideMenu()
Public Sub HideMenu
The Property Menu allows users to invoke property-specific commands. This menu can be customized. For example, you can remove existing menu items and add new items.
The PropertyGridControl invokes the Property Menu in the following cases:
OnRightClick or Always).The collection‘s New Item Menu allows users to add items to the collection. The New Item Initializer specifies item types displayed in this menu.
The PropertyGridControl invokes the New Item Menu in the following cases:
See Also