wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertygridcontrol-f6a5703e.md
Gets whether a property grid menu is open.
Namespace : DevExpress.Xpf.PropertyGrid
Assembly : DevExpress.Xpf.PropertyGrid.v25.2.dll
NuGet Package : DevExpress.Wpf.PropertyGrid
public bool IsMenuVisible { get; }
Public ReadOnly Property IsMenuVisible As Boolean
| Type | Description |
|---|---|
| Boolean |
true if a property grid menu is open; otherwise, false.
|
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