Back to Devexpress

BarManager.ShowFullMenus Property

windowsforms-devexpress-dot-xtrabars-dot-barmanager-3bdcf7bb.md

latest1.6 KB
Original Source

BarManager.ShowFullMenus Property

Gets or sets a value indicating whether to display both recent and non-recent links within a menu.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public bool ShowFullMenus { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(False)>
<XtraSerializableProperty>
Public Property ShowFullMenus As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if both recent and non-recent links are displayed within the menu; otherwise, false.

|

Remarks

Non-recent links are hidden.

Non-recent links are displayed.

See Also

ShowFullMenusAfterDelay

MostRecentlyUsed

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace