Skip to main content
.NET 6.0+

DashboardDesignerManager.DesignerFormStyle Property

Specifies whether the Standard UI or Ribbon UI is used in the Dashboard Designer.

Namespace: DevExpress.ExpressApp.Dashboards.Win

Assembly: DevExpress.ExpressApp.Dashboards.Win.v23.2.dll

Declaration

public RibbonFormStyle DesignerFormStyle { get; set; }

Property Value

Type Description
DevExpress.XtraBars.Ribbon.RibbonFormStyle

RibbonFormStyle.Standard when the Standard UI is used; RibbonFormStyle.Ribbon - if the Ribbon UI is used.

Remarks

If the DashboardsWindowsFormsModule.DesignerFormStyle property value is not null, it is used as the default value.

If the DashboardsWindowsFormsModule.DesignerFormStyle property value is null, the IModelOptionsWin.FormStyle property value is used as the default value.

See Also