IRibbonColorPalette.Value Property
Specifies the selected color value.
Namespace: DevExpress.Blazor.Ribbon
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(null)]
string Value { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| String | null | The selected color. |
Remarks
Refer to the Value property description for more information and examples.
See Also