RecentItemControl.Appearance Property
Provides access to this RecentItemControl object’s appearance settings.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public AppearanceObject Appearance { get; }
Property Value
Type | Description |
---|---|
AppearanceObject | A AppearanceObject object that stores this RecentItemControl object’s appearance settings. |
See Also