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

BaseGallery.AllowAllUp Property

Gets or sets whether or not all gallery items can simultaneously be in a normal (elevated) state.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool AllowAllUp { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if all gallery items can simultaneously be in a normal (elevated) state; otherwise, false.

Remarks

If the AllowAllUp property equals false, there always has to be at least one checked gallery item. See the BaseGallery.ItemCheckMode property to learn more.

See Also