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 |
|
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
false
See Also