RibbonImages.GroupDialogBoxLauncher Property
Gets the settings of an image displayed within a ribbon’s dialog box launcher.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
ItemImageProperties | A ItemImageProperties object that contains image settings. |
Remarks
A group’s dialog box launcher is visible when the RibbonGroup.ShowDialogBoxLauncher property is set to true
. Use the GroupDialogBoxLauncher property to define the image displayed in the dialog box launcher element. To customize the element style settings, use the RibbonStyles.GroupDialogBoxLauncher property.
See Also