Back to Devexpress

RibbonAppearances.ItemDescriptionDisabled Property

windowsforms-devexpress-dot-xtrabars-dot-ribbonappearances-a097c51d.md

latest2.0 KB
Original Source

RibbonAppearances.ItemDescriptionDisabled Property

Provides appearance settings used to paint the descriptions (BarItem.Description) of disabled bar items.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
AppearanceObject

An AppearanceObject that contains corresponding appearance options.

|

Remarks

A bar item’s description (BarItem.Description) is displayed when a bar item is displayed within a menu. The menu’s PopupMenuBase.MenuDrawMode property must be set to MenuDrawMode.LargeImagesTextDescription.

See Also

ItemDescription

Description

MenuDrawMode

Enabled

RibbonAppearances Class

RibbonAppearances Members

DevExpress.XtraBars Namespace