Determines whether the specified date is currently selected.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public bool Contains ( |
Visual Basic
Copy Code
|
|---|
Public Function Contains( _ |
A date to search for in the selection.
true if the date's cell is selected; otherwise false.
See Also