MonthCalendarStyle Property (C1MultiMonthCalendar)
In This Topic
Gets or sets a Style applied to each child
C1Calendar representing a single month. This is a dependency property.
Syntax
'Declaration
Public Property MonthCalendarStyle As Style
public Style MonthCalendarStyle {get; set;}
See Also