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 to this section

RadzenColorPickerItem component.

Declaration
public RadzenColorPickerItem()

Properties

ColorPickerLink to this section

Gets or sets the color picker.

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

ValueLink to this section

Gets or sets the value.

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

Methods

BuildRenderTreeLink to this section

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

DisposeLink to this section

Detaches events from ColorPicker.

Declaration
public virtual void Dispose()

OnInitializedAsyncLink to this section

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