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

MenuAppearance.SideStrip Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

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.

In the Flat, Style3D, Office2000 and WindowsXP paint schemes, the appearance settings specified by the SideStrip property are applied not only to side strips regions, but to entire regions occupied by bar item links. Use the BarAndDockingController.LookAndFeel and BarAndDockingController.PaintStyleName properties to specify a paint scheme for bars.

Note

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

See Also