Version

ColorScheme Property

Returns or sets a constant which identifies the color scheme for this resource, or null if no color scheme is explicitly set.
Syntax
public Nullable<ScheduleResourceColorScheme> ColorScheme {get; set;}
Remarks

If a value is not explicitly assigned to this property, a value is automatically resolved by selecting the next available unused color scheme. This ensures that each resource has a unique color, except in cases where the number of resources exceeds the number of constants defined by the Infragistics.Scheduler.Data.ScheduleResourceColorScheme enumeration.

The automatic resolution process skips over values that have been explicitly assigned, until the number of resources defined by the data source exceeds the number of constants defined in the enumeration.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also