Gets or sets a Style object that defines a UI representation of C1Scheduler control in a Work Week View mode. This is a dependency property.

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

Syntax

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

Remarks

This is a dependency property.

See Also