Back to Devexpress

DxFormLayoutTabPage.HeaderIconUrl Property

blazor-devexpress-dot-blazor-dot-dxformlayouttabpage-d1f5c7f9.md

latest1.4 KB
Original Source

DxFormLayoutTabPage.HeaderIconUrl Property

Specifies the tab page header’s icon URL.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(null)]
[Parameter]
public string HeaderIconUrl { get; set; }

Property Value

TypeDefaultDescription
Stringnull

A URL that poins to an icon.

|

Remarks

The following code snippet assigns icons to tab page headers:

razor
<DxFormLayout>
    <DxFormLayoutTabPages>
        <DxFormLayoutTabPage HeaderIconUrl="/images/envelope-closed.svg" Caption="Work Information" />
        <DxFormLayoutTabPage HeaderIconUrl="/images/book.svg" Caption="Personal Information" />
    </DxFormLayoutTabPages>
</DxFormLayout>

Refer to Icons for additional information.

See Also

DxFormLayoutTabPage Class

DxFormLayoutTabPage Members

DevExpress.Blazor Namespace