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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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