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

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

Syntax

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

Remarks

This is a dependency property.

See Also