IBarColorEdit.ValueChanged Property
Specifies whether a new color is selected in the color editor.
Namespace: DevExpress.Blazor.Office
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
Func<Color, Task> ValueChanged { get; set; }
Property Value
Type | Description |
---|---|
Func<Color, Task> | A delegate method that specifies whether the editor’s value is changed. |
Remarks
Refer to the IBarColorEdit interface description for more information and an example.
See Also