RadzenSelectBarItem component.
IComponent
IHandleEvent
IHandleAfterRender
RadzenComponent.GetComponentCssClass
RadzenComponent.OnAfterRenderAsync
RadzenComponent.RaiseContextMenu
RadzenComponent.RaiseMouseEnter
RadzenComponent.AddContextMenu
RadzenComponent.RaiseMouseLeave
RadzenComponent.OnBecameInvisible
RadzenComponent.DefaultCulture
RadzenComponent.DefaultUICulture
RadzenComponent.IsJSRuntimeAvailable
ComponentBase.BuildRenderTree
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenSelectBarItem : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRenderRadzenSelectBarItem component.
public RadzenSelectBarItem()Gets or sets the accessible label (aria-label) for the item. Falls back to Text when not set. Use this to name icon-only items that have no visible Text (WCAG 4.1.2).
public string AriaLabel { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the accessible label (aria-label) for the item. Falls back to Text when not set. Use this to name icon-only items that have no visible Text (WCAG 4.1.2). |
Gets or sets a value indicating whether this RadzenSelectBarItem is disabled.
public bool Disabled { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether this RadzenSelectBarItem 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 or sets the image.
public string Image { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the image. |
Gets or sets the text.
public string ImageAlternateText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the text. |
Gets or sets the image style.
public string ImageStyle { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the image style. |
Gets or sets the select bar.
public IRadzenSelectBar SelectBar { get; set; }
| Type | Description |
|---|---|
| IRadzenSelectBar | Gets or sets the select bar. |
Gets or sets the template.
public RenderFragment<RadzenSelectBarItem> Template { get; set; }
| Type | Description |
|---|---|
| RenderFragment<RadzenSelectBarItem> | 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 the value.
public object Value { get; set; }
| Type | Description |
|---|---|
| object | Gets or sets the value. |
public override Task SetParametersAsync(ParameterView parameters)
| Type | Name | Description |
|---|---|---|
| ParameterView | parameters |
| Type | Description |
|---|---|
| Task |