RadzenColorPickerItem component.
Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
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
public class RadzenColorPickerItem : ComponentBase, IComponent, IHandleEvent, IHandleAfterRenderRadzenColorPickerItem component.
public RadzenColorPickerItem()Gets or sets the color picker.
public RadzenColorPicker ColorPicker { get; set; }
| Type | Description |
|---|---|
| RadzenColorPicker | Gets or sets the color picker. |
Gets or sets the value.
public string Value { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the value. |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |
Detaches events from ColorPicker.
public virtual void Dispose()protected override Task OnInitializedAsync()
| Type | Description |
|---|---|
| Task |