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

NuGet Package: DevExpress.Blazor

Declaration

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

Property Value

Type Description
String

A string value that specifies the tab text.

Remarks

Navigation Landing Tab

<DxTabs>
    <DxTab Text="Home"></DxTab>
    <DxTab Text="Products"></DxTab>
    <DxTab Text="Support"></DxTab>
</DxTabs>

Run Demo: Tabs

See Also