Back to Devexpress

PropertyGridControl.ShowMenuButtonInRows Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertygridcontrol-1901d112.md

latest1.4 KB
Original Source

PropertyGridControl.ShowMenuButtonInRows Property

Gets or sets whether to display the menu button. 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 ShowMenuButtonInRows { get; set; }
vb
Public Property ShowMenuButtonInRows As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

Use the PropertyDefinition.ShowMenuButton property to specify menu button visibility for a specific property definition.

See Also

PropertyGridControl Class

PropertyGridControl Members

DevExpress.Xpf.PropertyGrid Namespace