Skip to main content
All docs
V25.1
  • RibbonControl.Messages Property

    Gets a collection of messages displayed in the message bar.

    Namespace: DevExpress.XtraBars.Ribbon

    Assembly: DevExpress.XtraBars.v25.1.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. Messages from child merged ribbons are stored in the MergedMessages collection.

    Ribbon Style - Office 365

    Read the following topic for information: Ribbon Message.

    See Also