Skip to main content
Bar

MenuAppearance.SideStripNonRecent Property

Contains style settings to paint side strips (boxes displaying bar item icons) for items not recently used.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual AppearanceObject SideStripNonRecent { get; }

Property Value

Type Description
AppearanceObject

A AppearanceObject object providing styles for painting side strips for items not recently used.

Remarks

The side strip box is a vertical bar designed to display the icons of bar items within popup menus. In the image below, the side strip is filled differently for recently and non-recently used links.

Bars3_SideStrip_NonRecent

Use the SideStripNonRecent property to customize styles (background colors and gradient settings) for side strip regions corresponding to links not recently used (see the BarItemLink.MostRecentlyUsed property). The MenuAppearance.SideStrip property contains styles for painting side strips for recently used links.

Note

The appearance customization of side strips in skinning paint schemes is not supported.

See Also