RibbonGroup.ShowDialogBoxLauncher Property
Gets or sets whether the dialog box launcher is displayed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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