Skip to main content
.NET 6.0+

DashboardsWindowsFormsModule.DesignerFormStyle Property

Specifies the dashboard designer form style.

Namespace: DevExpress.ExpressApp.Dashboards.Win

Assembly: DevExpress.ExpressApp.Dashboards.Win.v23.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