Back to Devexpress

BaseGallery.AllowAllUp Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery-dot-basegallery-fcaf365a.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool AllowAllUp { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(True)>
Public Property AllowAllUp As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

ItemCheckMode

BaseGallery Class

BaseGallery Members

DevExpress.XtraBars.Ribbon.Gallery Namespace