Skip to content

DevExpress-Examples/wpf-scheduler-generate-time-rulers-from-view-model-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF Scheduler - Generate Time Rulers From a View Model Collection

This example generates time rulers from a collection. The DayViewBase.TimeRulersSource property specifies the collection of objects that describe time ruler elements. The DayViewBase.TimeRulerTemplate property allows you to define a data template used to generate time rulers. You can create a style for the TimeRulerCellControl to customize generated time rulers.

The DayViewBase.TimeRulers collection stores all time rulers for the current view. You can also use collection members to add, modify, or remove time rulers.

image

Files to Review

Documentation

More Examples

About

Use TimeRulersSource and TimeRulerTemplate properties to generate time rulers from a collection.

Topics

Resources

License

Stars

Watchers

Forks