windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-00ba609a.md
Gets a collection of messages displayed in the message bar.
Namespace : DevExpress.XtraBars.Ribbon
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
[DXCategory("Appearance")]
public RibbonMessageBarCollection Messages { get; }
<Browsable(False)>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
<DXCategory("Appearance")>
Public ReadOnly Property Messages As RibbonMessageBarCollection
| Type | Description |
|---|---|
| DevExpress.XtraBars.Ribbon.RibbonMessageBarCollection |
A collection of messages displayed in the message bar.
|
The Ribbon control can display messages - Office-inspired flyout notifications and alerts. The Ribbon control stores its messages within its Messages collection. Messages from child merged ribbons are stored in the MergedMessages collection.
Read the following topic for information: Ribbon Message.
See Also