Skip to main content

GalleryControl.Appearance Property

This property is not supported by the GalleryControl class.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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