Back to Devexpress

DxTab Class

blazor-devexpress-dot-blazor-e8af781c.md

latest2.0 KB
Original Source

DxTab Class

A tab without content within a Tabs component.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public class DxTab :
    DxTabBase

Remarks

To add the <DxTab> component to an application, follow the steps below:

  1. Create a Blazor Server or Blazor WebAssembly application.
  2. Add the <DxTab></DxTab> markup to your application.

To specify a tab’s text, use the Text property.

razor
<DxTabs>
    <DxTab Text="Michael Suyama"></DxTab>
    <DxTab Text="Robert King"></DxTab>
    <DxTab Text="Laura Callahan"></DxTab>
</DxTabs>
@* ... *@

Run Demo: Tabs

Implements

IComponent

IHandleEvent

IHandleAfterRender

IAsyncDisposable

ITabInfo

INotifyPropertyChanged

Inheritance

Object ComponentBase DxComponentBase DxModelComponent DxTabBase DxTab

See Also

DxTab Members

DevExpress.Blazor Namespace