GalleryControl.Appearance Property
This property is not supported by the GalleryControl class.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.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