Back to Devexpress

PropertyDefinition.ShowMenuButton Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertydefinition-14551b48.md

latest1.7 KB
Original Source

PropertyDefinition.ShowMenuButton Property

Gets or sets whether to display the menu button within the property definition. This is a dependency property.

Namespace : DevExpress.Xpf.PropertyGrid

Assembly : DevExpress.Xpf.PropertyGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
public bool? ShowMenuButton { get; set; }
vb
Public Property ShowMenuButton As Boolean?

Property Value

TypeDescription
Nullable<Boolean>

true, to display the menu button; otherwise, false.

|

Remarks

If the ShowMenuButton property is set to null , the grid’s PropertyGridControl.ShowMenuButtonInRows property specifies whether to display the menu button within the property definition.

See Also

ShowMenuButtonInRows

PropertyDefinition Class

PropertyDefinition Members

DevExpress.Xpf.PropertyGrid Namespace