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

RecentItemControl.Appearance Property

Provides access to this RecentItemControl object’s appearance settings.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

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

Property Value

Type Description
AppearanceObject

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

See Also