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