Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

DashboardsWindowsFormsModule.DesignerFormStyle Property

Specifies the dashboard designer form style.

Namespace: DevExpress.ExpressApp.Dashboards.Win

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

Declaration

public RibbonFormStyle? DesignerFormStyle { get; set; }

Property Value

Type Description
Nullable<DevExpress.XtraBars.Ribbon.RibbonFormStyle>

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

Remarks

If the DesignerFormStyle value is null (Nothing in VB), the IModelOptionsWin.FormStyle value is considered instead.

See Also