Class RadzenCheckBoxListItem<TValue>
RadzenCheckBoxListItem component.
public class RadzenCheckBoxListItem<TValue> : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Type Parameters
TValue
The type of the value.
- Inheritance
-
RadzenCheckBoxListItem<TValue>
- Implements
- Inherited Members
Constructors
RadzenCheckBoxListItem()
public RadzenCheckBoxListItem()
Properties
CheckBoxList
Gets or sets the CheckBox list.
[CascadingParameter]
public RadzenCheckBoxList<TValue> CheckBoxList { get; set; }
Property Value
- RadzenCheckBoxList<TValue>
The CheckBox list.
Disabled
Gets or sets a value indicating whether this RadzenCheckBoxListItem<TValue> is disabled.
[Parameter]
public virtual bool Disabled { get; set; }
Property Value
- bool
true
if disabled; otherwise,false
.
ReadOnly
Gets or sets a value indicating whether is read only.
[Parameter]
public bool ReadOnly { get; set; }
Property Value
- bool
true
if is read only; otherwise,false
.
Template
Gets or sets the template.
[Parameter]
public RenderFragment<RadzenCheckBoxListItem<TValue>> Template { get; set; }
Property Value
- RenderFragment<RadzenCheckBoxListItem<TValue>>
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 TValue Value { get; set; }
Property Value
- TValue
The value.
Methods
Dispose()
Disposes this instance.
public override void Dispose()
GetComponentCssClass()
protected override string GetComponentCssClass()