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

RibbonGroupDataFields.ShowDialogBoxLauncherField Property

Gets or sets the name of a data field (or xml element attribute) which provides values specifying whether a group’s dialog box launcher is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue("ShowDialogBoxLauncher")]
public virtual string ShowDialogBoxLauncherField { get; set; }

Property Value

Type Default Description
String "ShowDialogBoxLauncher"

A string value that specifies the name of the required data source field.

Remarks

The ShowDialogBoxLauncherField property is in effect if the ASPxRibbon control is bound to a data source.

Use the ShowDialogBoxLauncherField property to specify the data field of the bound data source (or an xml element’s attribute) which stores values identifying whether a group’s dialog box launcher is displayed. The ShowDialogBoxLauncherField property maps the RibbonGroup.ShowDialogBoxLauncher property of RibbonGroup objects to the specified data field’s values.

See Also