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.ShowTabImage Property

Specifies whether XAF displays tabs with icons in ASP.NET Core Blazor applications that use the TabbedMDI UIType.

Namespace: DevExpress.ExpressApp.Blazor.SystemModule

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

NuGet Package: DevExpress.ExpressApp.Blazor

Declaration

[DefaultValue(true)]
[ModelBrowsable(typeof(TabbedMdiOptionModelVisibilityCalculator))]
bool ShowTabImage { get; set; }

Property Value

Type Default Description
Boolean true

true, if XAF displays tabs with icons in ASP.NET Core Blazor applications that use the TabbedMDI UIType; otherwise, false.

Remarks

Use this property to specify whether you want to display tabs with icons in your application in Tabbed MDI mode. Use the ImageName property to specify icons for your business classes. To locate the property in the Model Editor of your ASP.NET Core Blazor project, navigate to the Options node.

true
XAF ASP.NET Core Blazor Tabs with Icons, DevExpress
false
XAF ASP.NET Core Blazor Tabs without Icons, DevExpress
See Also