3 Answers, 1 is accepted
0
Accepted
Hello Khoa,
I assume that you are referring to the Outlook-Inspired Template. Please, correct me if I am wrong and provide some more details about what you are trying to achieve.
Since the Outlook-Inspired Template uses the Office2013 theme, you can check out our documentation in order to learn how you can change the theme variation or change the main colors. For example, if you want to change the color variation, you can do it like so:
Alternatively, if you want to change the accent color, you can do it like so:
I hope you find this helpful.
Regards,
Vladimir Stoyanov
Progress Telerik
I assume that you are referring to the Outlook-Inspired Template. Please, correct me if I am wrong and provide some more details about what you are trying to achieve.
Since the Outlook-Inspired Template uses the Office2013 theme, you can check out our documentation in order to learn how you can change the theme variation or change the main colors. For example, if you want to change the color variation, you can do it like so:
Office2013Palette.LoadPreset(Office2013Palette.ColorVariation.DarkGray);
Alternatively, if you want to change the accent color, you can do it like so:
Office2013Palette.Palette.AccentColor = Colors.Red;
I hope you find this helpful.
Regards,
Vladimir Stoyanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0

Khoa
Top achievements
Rank 1
answered on 03 Jan 2019, 03:16 PM
Thanks for reply,
Is it possible to change color of any part of the "components" in the application?
0
Hello Khoa,
You can provide a style for any of the components in the application.
Please, check out the corresponding section for the control that you want to style in our documentation. Here are some useful links:
Vladimir Stoyanov
Progress Telerik
You can provide a style for any of the components in the application.
Please, check out the corresponding section for the control that you want to style in our documentation. Here are some useful links:
- RadGridView Styles and Templates
- RadDocking Styles and Templates
- RadContextMenu Styles and Templates
Hope this helps.
Regards,Vladimir Stoyanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.