DashboardsWindowsFormsModule.DesignerFormStyle Property
Specifies the dashboard designer form style.
Namespace: DevExpress.ExpressApp.Dashboards.Win
Assembly: DevExpress.ExpressApp.Dashboards.Win.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Dashboards.Win
Declaration
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