Metro Theme for Essential Schedule in Windows Forms Scheduler (Schedule)
9 Dec 2019 / 1 minute to read
This feature enables you to apply new Metro styles to the Schedule control.
Use case scenario
The Metro theme support is useful for commercial applications to attract end users with inspiring UI look and feel.
Property
Property | Description |
---|---|
VisualStyle | This is an enumeration type property used to get or set the visual styles (skins) such as Office2010, Office2007, Office2003, Metro, etc. |
Event
Event | Parameters | Description |
---|---|---|
ThemeChanged | Object sender, EventArgs e | Occurs when the ThemesEnabled property is changed. |
Applying Metro Theme to the Schedule Control
You can apply Metro theme to the Schedule control by setting the GridVisualStyles property as Metro.
this.scheduleControl1.GetScheduleHost().Schedule.Appearance.VisualStyle = Syncfusion.Windows.Forms.GridVisualStyles.Metro;
Me.scheduleControl1.GetScheduleHost().Schedule.Appearance.VisualStyle = Syncfusion.Windows.Forms.GridVisualStyles.Metro
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page