Skip to main content

StyleFormatConditionBase.AppearanceDescription Property

Provides access to appearance settings used to paint the descriptions of the items that match the current format condition.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public AppearanceObjectEx AppearanceDescription { get; }

Property Value

Type Description
AppearanceObjectEx

An AppearanceObjectEx object that stores appearance settings used to paint the descriptions of the items that match the current format condition.

See Also