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

RibbonGroup.ShowDialogBoxLauncher Property

Gets or sets whether the dialog box launcher is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(false)]
public bool ShowDialogBoxLauncher { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to display the dialog box launcher; otherwise, false.

Remarks

Use the ShowDialogBoxLauncher property to manage the visibility of a dialog box launcher. To customize the style of the dialog box launcher, use the RibbonStyles.GroupDialogBoxLauncher property.

Note

The ShowDialogBoxLauncher property is not in effect when the ribbon ASPxRibbon.ShowGroupLabels property is set to false.

See Also