Back to Devexpress

IModelOptionsBlazor.ShowTabImage Property

expressappframework-devexpress-dot-expressapp-dot-blazor-dot-systemmodule-dot-imodeloptionsblazor-4a2b278b.md

latest2.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.ExpressApp.Blazor

Declaration

csharp
[DefaultValue(true)]
[ModelBrowsable(typeof(TabbedMdiOptionModelVisibilityCalculator))]
bool ShowTabImage { get; set; }
vb
<DefaultValue(True)>
<ModelBrowsable(GetType(TabbedMdiOptionModelVisibilityCalculator))>
Property ShowTabImage As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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.
Open the MySolution\Blazor.Server\Model.xafml file and navigate to the Options node to locate the property.

true false See Also

IModelOptionsBlazor Interface

IModelOptionsBlazor Members

DevExpress.ExpressApp.Blazor.SystemModule Namespace