Class RadzenTabsItem
RadzenTabsItem component.
Inheritance
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenTabsItem : IDisposable
Properties
Attributes
Gets or sets the arbitrary attributes.
Declaration
public IDictionary<string, object> Attributes { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, System.Object> | The arbitrary attributes. |
ChildContent
Gets or sets the child content.
Declaration
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
public bool Disabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Icon
Gets or sets the icon.
Declaration
public string Icon { get; set; }
Property Value
Type | Description |
---|---|
System.String | The icon. |
IconColor
Gets or sets the icon color.
Declaration
public string IconColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The icon color. |
Index
Gets the index.
Declaration
public int Index { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The index. |
IsSelected
Gets a value indicating whether this instance is selected.
Declaration
public bool IsSelected { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Selected
Gets or sets a value indicating whether this RadzenTabsItem is selected.
Declaration
public bool Selected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Style
Gets or sets the style.
Declaration
public string Style { get; set; }
Property Value
Type | Description |
---|---|
System.String | The style. |
Tabs
Gets or sets the tabs.
Declaration
public RadzenTabs Tabs { get; set; }
Property Value
Type | Description |
---|---|
RadzenTabs | The tabs. |
Template
Gets or sets the template.
Declaration
public RenderFragment<RadzenTabsItem> Template { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment<RadzenTabsItem> | The template. |
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text. |
Visible
Gets or sets a value indicating whether this RadzenTabsItem is visible.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
Dispose()
Declaration
public void Dispose()
OnInitializedAsync()
On initialized as an asynchronous operation.
Declaration
protected override async Task OnInitializedAsync()
Returns
Type | Description |
---|---|
Task | A Task representing the asynchronous operation. |
SetParametersAsync(ParameterView)
Declaration
public override async Task SetParametersAsync(ParameterView parameters)
Parameters
Type | Name | Description |
---|---|---|
ParameterView | parameters |
Returns
Type | Description |
---|---|
Task |