Skip to main content
Bar

BarManager.SubMenuOpenCloseInterval Property

Returns the delay that occurs before a submenu displayed within another submenu is opened or closed, in milliseconds.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public virtual int SubMenuOpenCloseInterval { get; }

Property Value

Type Description
Int32

The delay for a submenu within another submenu before it opens or closes - in milliseconds.

See Also