Skip to main content

IModelOptionsWin.FormStyle Property

Specifies whether the Standard Bar UI or Ribbon UI is used in the Windows Forms Application.

Namespace: DevExpress.ExpressApp.Win.SystemModule

Assembly: DevExpress.ExpressApp.Win.v25.2.dll

NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

[DefaultValue(RibbonFormStyle.Standard)]
RibbonFormStyle FormStyle { get; set; }

Property Value

Type Default Description
DevExpress.XtraBars.Ribbon.RibbonFormStyle Standard

Standard to display Bars UI; Ribbon to display the Ribbon UI.

Remarks

To specify the application form style, open the Model.xafml file in the MySolution.Win project. In the Model Editor, navigate to the Options node and specify the FormStyle property value.

Ribbon UI Setup in Model Editor, DevExpress

Result:

See Also