Gets a value indicating whether the item was deselected.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# 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.
This property is mutually exclusive with IsSelected, that is, when one of them is false, the other is true, and vice versa.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |