Skip to main content
All docs
V25.1
  • RibbonMessageArgs.ImageOptions Property

    Allows you to display a raster image or SVG icon in the message and customize image-related settings.

    Namespace: DevExpress.XtraBars.Ribbon

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public MessageImageOptions ImageOptions { get; }

    Property Value

    Type Description
    DevExpress.XtraEditors.MessageImageOptions

    An object with image-related settings.

    Remarks

    The ImageOptions property allows you to display a custom raster image or SVG icon in the message. Use the ImageOptions property to display a standard MessageBox-related icon.

    Note

    The ImageOptions property takes priority over the Icon property (if both properties are set).

    Read the following topic for information: Ribbon Message.

    See Also