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