Skip to main content
All docs
V23.2

RibbonControl.Messages Property

Gets a collection of messages displayed in the message bar.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
[DXCategory("Appearance")]
public RibbonMessageBarCollection Messages { get; }

Property Value

Type Description
DevExpress.XtraBars.Ribbon.RibbonMessageBarCollection

A collection of messages displayed in the message bar.

Remarks

The Ribbon control can display messages - Office-inspired flyout notifications and alerts. The Ribbon control stores its messages within its Messages collection.

Ribbon Style - Office 365

Read the following topic for information: Ribbon Message.

See Also