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

RibbonGalleryBarItem.CloseSubMenuOnClick Property

Gets or sets a value indicating whether a submenu which contains the item’s link is closed on a click. This member is not supported by the RibbonGalleryBarItem class.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[Browsable(false)]
public override bool CloseSubMenuOnClick { get; set; }

Property Value

Type Description
Boolean

A Boolean value.

Remarks

This member is not supported by the RibbonGalleryBarItem class. The CloseSubMenuOnClick property is overridden to hide it at design time.

See Also