Skip to main content
A newer version of this page is available. .

DxTabBase.Text Property

Specifies the text displayed in a tab.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public string Text { get; set; }

Property Value

Type Description
String

The tab text.

Remarks

Navigation Landing Tab

<DxTabs>
    <DxTab Text="Sandra Johnson"></DxTab>
    <DxTab Text="Kevin Carter"></DxTab>
    <DxTab Text="Cynthia Stanwick"></DxTab>
</DxTabs>
@* ... *@

Run Demo: Tabs

See Also