Welcome to the UWP feedback portal. We’re happy you’re here! If you have feedback on how to improve the UWP, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote


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