Skip to main content

RecentPanelBase.Appearance Property

Provides access to this RecentPanelBase object’s appearance settings.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual AppearanceObject Appearance { get; }

Property Value

Type Description
AppearanceObject

A AppearanceObject object that stores this RecentPanelBase object’s appearance settings.

See Also