Prioritize Resource Colors for Events in ASP.NET MVC Scheduler
By default, the top-level resource color is applied to the events. If you want to apply a specific resource color to events irrespective of the parent resource color, this can be achieved by setting the resourceColorField field within the eventSettings property as shown below. The value of resourceColorField is the name of the resource whose color should be prioritized.
NOTE
The
resourceColorFieldvalue must match thenameof a resource defined in theresourcesproperty. For example, if the resource is added withName("Categories"), setResourceColorField("Categories")on the event settings.