How to use marked dates and custom styles in DotNetBar for WPF MonthCalendar
Categories: DotNetBar for WPF, Editor Controls, How To
DotNetBar for WPF MarkedCalendar control provides a way to custom mark selected dates monthly, yearly as well as absolute dates.
This is done by defining custom style to apply to a marked days and then adding dates to MarkedDates (absolute dates), MonthlyMarkedDates (for monthly marked dates) or AnnuallyMarkedDates collections. The style is specified by MarkedDatesStyle, MonthlyMarkedDatesStyle and AnnuallyMarkedDatesStyle properties.
Project below shows how to cross custom absolute dates on calendar.
Related posts:
Leave a Reply!