RadzenSelectBarItem Class

RadzenSelectBarItem component.

Inheritance

Object

ComponentBase

RadzenComponent

RadzenSelectBarItem

Implements

IComponent

IHandleEvent

IHandleAfterRender

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class RadzenSelectBarItem : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender

Constructors

RadzenSelectBarItemLink to this section

RadzenSelectBarItem component.

Declaration
public RadzenSelectBarItem()

Properties

AriaLabelLink to this section

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).

Declaration
public string AriaLabel { get; set; }
Property Value
Type Description
stringGets 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).

DisabledLink to this section

Gets or sets a value indicating whether this RadzenSelectBarItem is disabled.

Declaration
public bool Disabled { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether this RadzenSelectBarItem is disabled.

IconLink to this section

Gets or sets the icon.

Declaration
public string Icon { get; set; }
Property Value
Type Description
stringGets or sets the icon.

IconColorLink to this section

Gets or sets the icon color.

Declaration
public string IconColor { get; set; }
Property Value
Type Description
stringGets or sets the icon color.

ImageLink to this section

Gets or sets the image.

Declaration
public string Image { get; set; }
Property Value
Type Description
stringGets or sets the image.

ImageAlternateTextLink to this section

Gets or sets the text.

Declaration
public string ImageAlternateText { get; set; }
Property Value
Type Description
stringGets or sets the text.

ImageStyleLink to this section

Gets or sets the image style.

Declaration
public string ImageStyle { get; set; }
Property Value
Type Description
stringGets or sets the image style.

SelectBarLink to this section

Gets or sets the select bar.

Declaration
public IRadzenSelectBar SelectBar { get; set; }
Property Value
Type Description
IRadzenSelectBarGets or sets the select bar.

TemplateLink to this section

Gets or sets the template.

Declaration
public RenderFragment<RadzenSelectBarItem> Template { get; set; }
Property Value
Type Description
RenderFragment<RadzenSelectBarItem>Gets or sets the template.

TextLink to this section

Gets or sets the text.

Declaration
public string Text { get; set; }
Property Value
Type Description
stringGets or sets the text.

ValueLink to this section

Gets or sets the value.

Declaration
public object Value { get; set; }
Property Value
Type Description
objectGets or sets the value.

Methods

DisposeLink to this section

Disposes this instance.

Declaration
public override void Dispose()

SetParametersAsyncLink to this section

Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
Type Name Description
ParameterView parameters
Returns
Type Description
Task
An error has occurred. This app may no longer respond until reloaded. Reload 🗙