Back to Devexpress

MenuAppearance.SideStripNonRecent Property

windowsforms-devexpress-dot-xtrabars-dot-menuappearance-a6f49a1e.md

latest2.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual AppearanceObject SideStripNonRecent { get; }
vb
Public Overridable ReadOnly Property SideStripNonRecent As AppearanceObject

Property Value

TypeDescription
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.

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

SideStrip

MostRecentlyUsed

LookAndFeel

MenuAppearance Class

MenuAppearance Members

DevExpress.XtraBars Namespace