RadzenColorPickerItem Class

RadzenColorPickerItem component.

Inheritance

Object

ComponentBase

RadzenColorPickerItem

Implements

IComponent

IHandleEvent

IHandleAfterRender

Inherited Members

ComponentBase.OnInitialized

ComponentBase.OnParametersSet

ComponentBase.OnParametersSetAsync

ComponentBase.StateHasChanged

ComponentBase.ShouldRender

ComponentBase.OnAfterRender

ComponentBase.OnAfterRenderAsync

ComponentBase.InvokeAsync

ComponentBase.DispatchExceptionAsync

ComponentBase.SetParametersAsync

ComponentBase.RendererInfo

ComponentBase.Assets

ComponentBase.AssignedRenderMode

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class RadzenColorPickerItem : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

RadzenColorPickerItemlink

RadzenColorPickerItem component.

Declaration
public RadzenColorPickerItem()

Properties

ColorPickerlink

Gets or sets the color picker.

Declaration
public RadzenColorPicker ColorPicker { get; set; }
Property Value
Type Description
RadzenColorPickerGets or sets the color picker.

Valuelink

Gets or sets the value.

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

Methods

BuildRenderTreelink

Declaration
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
Parameters
Type Name Description
Rendering.RenderTreeBuilder __builder

Disposelink

Detaches events from ColorPicker.

Declaration
public virtual void Dispose()

OnInitializedAsynclink

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