Skip to main content
Bar

RibbonGalleryAppearances.ItemDescription Property

OBSOLETE

Use ItemDescriptionAppearance instead of ItemDescription

Gets the appearance settings used to paint Gallery item descriptions.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use ItemDescriptionAppearance instead of ItemDescription")]
public virtual AppearanceObject ItemDescription { get; }

Property Value

Type Description
AppearanceObject

A AppearanceObject object which provides the appearance settings used to paint Gallery item descriptions.

Remarks

Only the Font and ForeColor properties are in effect. Other appearance settings are ignored.

See Appearance and Look and Feel to learn more.

See Also