Skip to content

SyncfusionExamples/How-to-customize-the-time-slot-for-Day-Custom-Week-View-in-WinForms-ScheduleControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

How to customize the time slot for Day, Custom and Work Week View in WinForms ScheduleControl?

By default, the time division in the WinForms ScheduleControl is 30 minutes per hour. However, this can be customized using the DivisionsPerHour property. The allowed values for this property are 1, 2, 3, 4, 5, 6, 10, 12, 15, 20, or 30.

For instance, setting the DivisionsPerHour property to 4 creates 15-minute time slots by dividing each hour into four equal parts.

this.scheduleControl1.Appearance.DivisionsPerHour = 4;

DivisionsPerHour

Take a moment to peruse the WinForms ScheduleControl - Customizing Appearance documentation, where you can find about customizing appearance properties.

About

How to customize the time slot for Day,Custom,Week View in WinForms ScheduleControl?

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages