Skip to main content
All docs
V24.1
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

IModelOptionsBlazor.UIType Property

Specifies the Show View Strategy in XAF ASP.NET Core Blazor applications.

Namespace: DevExpress.ExpressApp.Blazor.SystemModule

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

NuGet Package: DevExpress.ExpressApp.Blazor

Declaration

[DefaultValue(UIType.SingleWindowSDI)]
[TypeConverter(typeof(UITypeConverter))]
UIType UIType { get; set; }

Property Value

Type Default Description
UIType SingleWindowSDI

A UIType enumeration value that specifies the type of the UI used in XAF ASP.NET Core Blazor applications.

Remarks

Use this property to specify the Show View Strategy in your application. To locate the property in the Model Editor of your ASP.NET Core Blazor project, navigate to the Options node.

SingleWindowSDI
XAF ASP.NET Core Blazor Single Window SDI, DevExpress
TabbedMDI
XAF ASP.NET Core Blazor Tabbed MDI, DevExpress
See Also