RadzenTabsItem component.
Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
ComponentBase.OnInitialized
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.OnAfterRenderAsync
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenTabsItem : ComponentBase, IComponent, IHandleEvent, IHandleAfterRenderGets or sets the arbitrary attributes.
public IDictionary<string, object> Attributes { get; set; }
| Type | Description |
|---|---|
| IDictionary<string, object> | Gets or sets the arbitrary attributes. |
Gets or sets the child content.
public RenderFragment ChildContent { get; set; }
| Type | Description |
|---|---|
| RenderFragment | Gets or sets the child content. |
Gets or sets a value indicating whether this RadzenTabsItem is disabled.
public bool Disabled { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether this RadzenTabsItem is disabled. |
Gets or sets the icon.
public string Icon { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the icon. |
Gets or sets the icon color.
public string IconColor { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the icon color. |
Gets the index.
public int Index { get; }
| Type | Description |
|---|---|
| int | Gets the index. |
Gets a value indicating whether this instance is selected.
public bool IsSelected { get; }
| Type | Description |
|---|---|
| bool | Gets a value indicating whether this instance is selected. |
Gets or sets a value indicating whether this RadzenTabsItem is selected.
public bool Selected { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether this RadzenTabsItem is selected. |
Gets or sets the style.
public string Style { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the style. |
Gets or sets the tabs.
public RadzenTabs Tabs { get; set; }
| Type | Description |
|---|---|
| RadzenTabs | Gets or sets the tabs. |
Gets or sets the template.
public RenderFragment<RadzenTabsItem> Template { get; set; }
| Type | Description |
|---|---|
| RenderFragment<RadzenTabsItem> | Gets or sets the template. |
Gets or sets the text.
public string Text { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the text. |
Gets or sets a value indicating whether this RadzenTabsItem is visible.
public bool Visible { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether this RadzenTabsItem is visible. |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |
On initialized as an asynchronous operation.
protected override Task OnInitializedAsync()
| Type | Description |
|---|---|
| Task | A Task representing the asynchronous operation. |
public override Task SetParametersAsync(ParameterView parameters)
| Type | Name | Description |
|---|---|---|
| ParameterView | parameters |
| Type | Description |
|---|---|
| Task |