We are using SfSchedule v21.2.5 and we would like to give some appointments a different background color. This could be archieven via the AppointmentBackgroundMapping property in the ScheduleAppointmentMapping, BUT this property expects a name of the property which returns a Brush.
Because our application is completely based on MVVM, the data cannot contain a Brush object because it cannot use objects from the Windows/UniversalPlatform libraries.
Is there a way to specify a converter that can be used to convert the color value to a Brush?
Kind regards,
Mike