RibbonStyles.GroupDialogBoxLauncher Property
In This Article
Provides access to the style settings that define the appearance of the dialog box launcher.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
#Declaration
public AppearanceStyleBase GroupDialogBoxLauncher { get; }
#Property Value
Type | Description |
---|---|
Appearance |
A Appearance |
#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