Gets a date representing by the DaySlotPresenter or a null value if the element represents an empty DaySlot.

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

Syntax

C#
public Nullable<DateTime> Date { get; }
Visual Basic (Declaration)
Public ReadOnly Property Date As Nullable(Of DateTime)
	Get

Remarks

This is a dependency property.

See Also