Back to Devexpress

RibbonStyles.GroupDialogBoxLauncher Property

aspnet-devexpress-dot-web-dot-ribbonstyles-8f7935f2.md

latest2.0 KB
Original Source

RibbonStyles.GroupDialogBoxLauncher Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public AppearanceStyleBase GroupDialogBoxLauncher { get; }
vb
Public ReadOnly Property GroupDialogBoxLauncher As AppearanceStyleBase

Property Value

TypeDescription
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

ShowDialogBoxLauncher

GroupDialogBoxLauncher

Dialog Box Launcher

Ribbon

RibbonStyles Class

RibbonStyles Members

DevExpress.Web Namespace