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

RibbonGalleryBarItem.AllowAllUp Property

Gets or sets whether all the button items in a group can be in the normal (elevated) state at a time. This member is not supported by the RibbonGalleryBarItem class.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

Type Description
Boolean

A Boolean value.

Remarks

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

See Also