Class RadzenColorPickerItem
RadzenColorPickerItem component.
Inheritance
System.Object
RadzenColorPickerItem
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenColorPickerItem : object
Properties
ColorPicker
Gets or sets the color picker.
Declaration
public RadzenColorPicker ColorPicker { get; set; }
Property Value
Type | Description |
---|---|
RadzenColorPicker | The color picker. |
Value
Gets or sets the value.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | The value. |