Gets a value indicating whether this selection is empty.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
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.
RemarksAttempts to access either StartTime or EndTime of an empty selection return the current date and time.
See Also