Back to Devexpress

DXPopupMenu.ToolbarRowCount Property

windowsforms-devexpress-dot-utils-dot-menu-dot-dxpopupmenu-05684152.md

latest1.2 KB
Original Source

DXPopupMenu.ToolbarRowCount Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.Utils.Menu

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public int ToolbarRowCount { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property ToolbarRowCount As Integer

Property Value

Type
Int32

See Also

DXPopupMenu Class

DXPopupMenu Members

DevExpress.Utils.Menu Namespace