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

GalleryControl.Appearance Property

This property is not supported by the GalleryControl class.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[Browsable(false)]
public override AppearanceObject Appearance { get; }

Property Value

Type
AppearanceObject

Remarks

To customize the appearance of the GalleryControl’s elements, use the BaseGallery.Appearance property provided by the GalleryControl.Gallery object.

See Also