Contents
- Use case scenario
- Property
- Event
Having trouble getting help?
Contact Support
Contact Support
Metro Theme for Essential® Schedule in Windows Forms Scheduler
21 Jan 20251 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