| C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule.UI Namespace > ScheduleTheme Class : Palettes Property |
// Get available palettes. Palettes pals = c1Schedule.Theme.Palettes; // Get key color from palette. Palette pal = pals[0]; // You may get key colors from all palettes and show them to the // end-user in order to select desired palette. // ... // Select palette in control. c1Schedule.Theme.CurrentPalette = pal.KeyColor;