Skip to main content
All docs
V26.1
  • IModelOptionsBlazor.FormStyle Property

    Specifies whether the standard Toolbar UI or Ribbon UI is used in the Blazor Application.

    Namespace: DevExpress.ExpressApp.Blazor.SystemModule

    Assembly: DevExpress.ExpressApp.Blazor.v26.1.dll

    Declaration

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

    Property Value

    Type Default Description
    FormStyle Standard

    The style of the Blazor Application.

    Remarks

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

    Note that when you create a new application, the FormStyle property is explicitly set to Ribbon.

    Ribbon UI Setup in Model Editor, DevExpress

    See Also