RadzenCheckBoxListItem<TValue> Class

RadzenCheckBoxListItem component.

Inheritance

Object

ComponentBase

RadzenComponent

RadzenCheckBoxListItem<TValue>

Implements

IComponent

IHandleEvent

IHandleAfterRender

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class RadzenCheckBoxListItem<TValue> : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender

Type Parameters

Name Description
TValueThe type of the value.

Constructors

RadzenCheckBoxListItem<TValue>link

RadzenCheckBoxListItem component.

Declaration
public RadzenCheckBoxListItem<TValue>()

Properties

CheckBoxListlink

Gets or sets the CheckBox list.

Declaration
public RadzenCheckBoxList<TValue> CheckBoxList { get; set; }
Property Value
Type Description
RadzenCheckBoxList<TValue>Gets or sets the CheckBox list.

Disabledlink

Gets or sets a value indicating whether this RadzenCheckBoxListItem<T> is disabled.

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

ReadOnlylink

Gets or sets a value indicating whether is read only.

Declaration
public bool ReadOnly { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether is read only.

Templatelink

Gets or sets the template.

Declaration
public RenderFragment<RadzenCheckBoxListItem<TValue>> Template { get; set; }
Property Value
Type Description
RenderFragment<RadzenCheckBoxListItem<TValue>>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 TValue Value { get; set; }
Property Value
Type Description
TValueGets or sets the value.

Methods

Disposelink

Disposes this instance.

Declaration
public override void Dispose()

GetComponentCssClasslink

Declaration
protected override string GetComponentCssClass()
Returns
Type Description
string
An error has occurred. This app may no longer respond until reloaded. Reload 🗙