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.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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