RibbonImages.GroupDialogBoxLauncher Property
In This Article
Gets the settings of an image displayed within a ribbon’s dialog box launcher.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ItemImageProperties GroupDialogBoxLauncher { get; }
#Property Value
Type | Description |
---|---|
Item |
A Item |
#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