blazor-devexpress-dot-blazor-e8af781c.md
A tab without content within a Tabs component.
Namespace : DevExpress.Blazor
Assembly : DevExpress.Blazor.v25.2.dll
NuGet Package : DevExpress.Blazor
public class DxTab :
DxTabBase
To add the <DxTab> component to an application, follow the steps below:
<DxTab>…</DxTab> markup to your application.To specify a tab’s text, use the Text property.
<DxTabs>
<DxTab Text="Michael Suyama"></DxTab>
<DxTab Text="Robert King"></DxTab>
<DxTab Text="Laura Callahan"></DxTab>
</DxTabs>
@* ... *@
Object ComponentBase DxComponentBase DxModelComponent DxTabBase DxTab
See Also