Indicates whether the DaySlotPresenter represents an empty DaySlot.

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

Syntax

C#
public bool Empty { get; }
Visual Basic (Declaration)
Public ReadOnly Property Empty As Boolean
	Get

Remarks

This is a dependency property.

See Also