Gets a value indicating whether the item was deselected.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public bool IsDeselected { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property IsDeselected As Boolean |
true if the the item was deselected by the user; false if the item was selected.
RemarksThis property is mutually exclusive with IsSelected, that is, when one of them is false, the other is true, and vice versa.
See Also