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

RadzenSelectBarItem component.

Declaration
public RadzenSelectBarItem()

Properties

Disabledlink

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

Gets or sets the icon.

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

IconColorlink

Gets or sets the icon color.

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

Imagelink

Gets or sets the image.

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

ImageAlternateTextlink

Gets or sets the text.

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

ImageStylelink

Gets or sets the image style.

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

SelectBarlink

Gets or sets the select bar.

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

Templatelink

Gets or sets the template.

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

Textlink

Gets or sets the text.

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

Valuelink

Gets or sets the value.

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

Methods

Disposelink

Disposes this instance.

Declaration
public override void Dispose()

SetParametersAsynclink

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 🗙