RadzenCheckBoxListItem component.
IComponent
IHandleEvent
IHandleAfterRender
RadzenComponent.SetParametersAsync
RadzenComponent.OnAfterRenderAsync
RadzenComponent.RaiseContextMenu
RadzenComponent.RaiseMouseEnter
RadzenComponent.AddContextMenu
RadzenComponent.RaiseMouseLeave
RadzenComponent.OnBecameInvisible
RadzenComponent.DefaultCulture
RadzenComponent.IsJSRuntimeAvailable
ComponentBase.BuildRenderTree
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenCheckBoxListItem<TValue> : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender| Name | Description |
|---|---|
| TValue | The type of the value. |
RadzenCheckBoxListItem component.
public RadzenCheckBoxListItem<TValue>()Gets or sets the CheckBox list.
public RadzenCheckBoxList<TValue> CheckBoxList { get; set; }
| Type | Description |
|---|---|
| RadzenCheckBoxList<TValue> | Gets or sets the CheckBox list. |
Gets or sets a value indicating whether this RadzenCheckBoxListItem<T> is disabled.
public bool Disabled { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether this RadzenCheckBoxListItem<T> is disabled. |
Gets or sets a value indicating whether is read only.
public bool ReadOnly { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether is read only. |
Gets or sets the template.
public RenderFragment<RadzenCheckBoxListItem<TValue>> Template { get; set; }
| Type | Description |
|---|---|
| RenderFragment<RadzenCheckBoxListItem<TValue>> | Gets or sets the template. |
Gets or sets the text.
public string Text { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the text. |
Gets or sets the value.
public TValue Value { get; set; }
| Type | Description |
|---|---|
| TValue | Gets or sets the value. |