Gets a value indicating whether this selection is empty.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public bool IsEmpty { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property IsEmpty As Boolean |
true if there are selected calendar cells; otherwise, false.
Attempts to access either StartDate or EndDate of an empty selection return the current date and time.
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |