Skip to main content
A newer version of this page is available. .
Tab

RibbonImages.GroupDialogBoxLauncher Property

Gets the settings of an image displayed within a ribbon’s dialog box launcher.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public ItemImageProperties GroupDialogBoxLauncher { get; }

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.

Launcher1

See Also