Gets or sets a Style for C1MultiMonthCalendarPresenter elements which are the root elements of a visual tree representing a single month. This is a dependency property.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public Style MonthSlotStyle { get; set; }
Visual Basic (Declaration)
Public Property MonthSlotStyle As Style
	Get
	Set

Remarks

This is a dependency property.

See Also