Class RadzenTabsItem
RadzenTabsItem component.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenTabsItem : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
RadzenTabsItem()
RadzenTabsItem component.
Declaration
public RadzenTabsItem()
Properties
Attributes
Gets or sets the arbitrary attributes.
Declaration
[Parameter(CaptureUnmatchedValues = true)]
public IDictionary<string, object> Attributes { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> | The arbitrary attributes. |
ChildContent
Gets or sets the child content.
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment | The child content. |
Disabled
Gets or sets a value indicating whether this RadzenTabsItem is disabled.
Declaration
[Parameter]
public bool Disabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
Icon
Gets or sets the icon.
Declaration
[Parameter]
public string Icon { get; set; }
Property Value
Type | Description |
---|---|
string | The icon. |
IconColor
Gets or sets the icon color.
Declaration
[Parameter]
public string IconColor { get; set; }
Property Value
Type | Description |
---|---|
string | The icon color. |
Index
Gets the index.
Declaration
public int Index { get; }
Property Value
Type | Description |
---|---|
int | The index. |
IsSelected
Gets a value indicating whether this instance is selected.
Declaration
public bool IsSelected { get; }
Property Value
Type | Description |
---|---|
bool |
|
Selected
Gets or sets a value indicating whether this RadzenTabsItem is selected.
Declaration
[Parameter]
public bool Selected { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
Style
Gets or sets the style.
Declaration
[Parameter]
public string Style { get; set; }
Property Value
Type | Description |
---|---|
string | The style. |
Tabs
Gets or sets the tabs.
Declaration
[CascadingParameter]
public RadzenTabs Tabs { get; set; }
Property Value
Type | Description |
---|---|
RadzenTabs | The tabs. |
Template
Gets or sets the template.
Declaration
[Parameter]
public RenderFragment<RadzenTabsItem> Template { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment<RadzenTabsItem> | The template. |
Text
Gets or sets the text.
Declaration
[Parameter]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
string | The text. |
Visible
Gets or sets a value indicating whether this RadzenTabsItem is visible.
Declaration
[Parameter]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
Methods
BuildRenderTree(RenderTreeBuilder)
RadzenTabsItem component.
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
RenderTreeBuilder | __builder |
Overrides
Dispose()
RadzenTabsItem component.
Declaration
public void Dispose()
OnInitializedAsync()
On initialized as an asynchronous operation.
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
Task | A Task representing the asynchronous operation. |
Overrides
SetParametersAsync(ParameterView)
RadzenTabsItem component.
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
Type | Name | Description |
---|---|---|
ParameterView | parameters |
Returns
Type | Description |
---|---|
Task |