Skip to main content
All docs
V25.1
  • .NET 8.0+
    • The page you are viewing does not exist in the .NET Framework 4.6.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.v25.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.
    Open the MySolution\Blazor.Server\Model.xafml file and navigate to the Options node to locate the property.

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