Skip to main content
A newer version of this page is available. .

AlertControl.AppearanceCaption Property

Provides appearance settings that are used to paint the captions of alert windows.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Appearance")]
public virtual AppearanceCaptionObject AppearanceCaption { get; }

Property Value

Type Description
DevExpress.XtraBars.Alerter.AppearanceCaptionObject

An AppearanceCaptionObject object containing corresponding appearance settings.

See Also