Skip to main content
A newer version of this page is available. .
Bar

BarManager.ShowFullMenusAfterDelay Property

Gets or sets a value indicating whether non-recent item links are displayed after a certain period of time.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public bool ShowFullMenusAfterDelay { get; set; }

Property Value

Type Default Description
Boolean **true**

true if non-recent item links are displayed after a certain period of time; otherwise, false.

Remarks

When the mouse pointer remains within the item link containing a submenu with hidden non-recent links for at least two seconds, the hidden links become visible.

See Also