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

RibbonStyles.GroupDialogBoxLauncher Property

Provides access to the style settings that define the appearance of the dialog box launcher.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public AppearanceStyleBase GroupDialogBoxLauncher { get; }

Property Value

Type Description
AppearanceStyleBase

A AppearanceStyleBase object that contains style 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 appearance of the dialog box launcher element.

See Also