Skip to main content
Bar

MenuAppearance.SideStrip Property

Contains style settings for painting side strips (boxes displaying bar item icons).

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual AppearanceObject SideStrip { get; }

Property Value

Type Description
AppearanceObject

A AppearanceObject object providing styles for painting side strips.

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 in light blue.

Bars3_SideStrip

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

Note

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

See Also