RibbonStyles.GroupDialogBoxLauncher Property
Provides access to the style settings that define the appearance of the dialog box launcher.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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