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.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public virtual AppearanceObject SideStripNonRecent { get; }
#Property Value
Type | Description |
---|---|
Appearance |
A Appearance |
#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.
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.