Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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