MonthSlotStyle Property (C1Calendar)
In This Topic
Gets or sets a Style for
C1CalendarPresenter elements which are the root elements of a visual tree representing a single month. This is a dependency property.
Syntax
'Declaration
Public Property MonthSlotStyle As Style
public Style MonthSlotStyle {get; set;}
See Also