Skip to main content
Tab

RibbonGroup.ShowDialogBoxLauncher Property

Gets or sets whether the dialog box launcher is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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