Class RadzenColorPickerItem
RadzenColorPickerItem component.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenColorPickerItem : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Constructors
RadzenColorPickerItem()
RadzenColorPickerItem component.
Declaration
public RadzenColorPickerItem()
Properties
ColorPicker
Gets or sets the color picker.
Declaration
[CascadingParameter]
public RadzenColorPicker ColorPicker { get; set; }
Property Value
Type | Description |
---|---|
RadzenColorPicker | The color picker. |
Value
Gets or sets the value.
Declaration
[Parameter]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string | The value. |
Methods
BuildRenderTree(RenderTreeBuilder)
RadzenColorPickerItem component.
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
RenderTreeBuilder | __builder |