Class RadzenSelectBarItem
RadzenSelectBarItem component.
public class RadzenSelectBarItem : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
- Inheritance
-
RadzenSelectBarItem
- Implements
- Inherited Members
Constructors
RadzenSelectBarItem()
public RadzenSelectBarItem()
Properties
Disabled
Gets or sets a value indicating whether this RadzenSelectBarItem is disabled.
[Parameter]
public bool Disabled { get; set; }
Property Value
- bool
true
if disabled; otherwise,false
.
Icon
Gets or sets the icon.
[Parameter]
public string Icon { get; set; }
Property Value
- string
The icon.
IconColor
Gets or sets the icon color.
[Parameter]
public string IconColor { get; set; }
Property Value
- string
The icon color.
Image
Gets or sets the image.
[Parameter]
public string Image { get; set; }
Property Value
- string
The image.
ImageAlternateText
Gets or sets the text.
[Parameter]
public string ImageAlternateText { get; set; }
Property Value
- string
The text.
ImageStyle
Gets or sets the image style.
[Parameter]
public string ImageStyle { get; set; }
Property Value
- string
The image style.
SelectBar
Gets or sets the select bar.
[CascadingParameter]
public IRadzenSelectBar SelectBar { get; set; }
Property Value
- IRadzenSelectBar
The select bar.
Template
Gets or sets the template.
[Parameter]
public RenderFragment<RadzenSelectBarItem> Template { get; set; }
Property Value
- RenderFragment<RadzenSelectBarItem>
The template.
Text
Gets or sets the text.
[Parameter]
public string Text { get; set; }
Property Value
- string
The text.
Value
Gets or sets the value.
[Parameter]
public object Value { get; set; }
Property Value
- object
The value.
Methods
Dispose()
Disposes this instance.
public override void Dispose()
SetParametersAsync(ParameterView)
public override Task SetParametersAsync(ParameterView parameters)
Parameters
parameters
ParameterView