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.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Dashboards.Win
Declaration
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