Gets a value indicating whether this selection is empty.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
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.
See Also