Skip to main content
All docs
V23.2

RibbonMessageArgs.Color Property

Gets or sets the background color of the message.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Color Color { get; set; }

Property Value

Type Description
Color

The semi-transparent color (for example, Color.FromArgb(32, Color.Red)).

Remarks

Read the following topic for information: Ribbon Message.

See Also