Gets or sets a Style for DayOfWeekSlotPresenter elements which are the root elements of a visual tree representing a single day of the week.

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

Syntax

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

Remarks

This is a dependency property.

See Also