DxTabBase.Text Property
Specifies the text displayed in a tab.
Namespace: DevExpress.Blazor.Base
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
[DefaultValue(null)]
[Parameter]
public string Text { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
String | null | The tab text. |
#Remarks
<DxTabs>
<DxTab Text="Michael Suyama"></DxTab>
<DxTab Text="Robert King"></DxTab>
<DxTab Text="Laura Callahan"></DxTab>
</DxTabs>
@* ... *@