BaseGallery.AllowAllUp Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#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