MindFusion.Wpf Pack Programmer's Guide
ItemSelectionEventArgs.IsSelected Property
See Also
 





Gets a value indicating whether the item was selected.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public bool IsSelected { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsSelected As Boolean

 Property Value

true if the the item was selected by the user; false if the item was deselected.

 Remarks

This property is mutually exclusive with IsDeselected, that is, when one of them is false, the other is true, and vice versa.

 See Also

ItemSelectionEventArgs Members
ItemSelectionEventArgs Class
MindFusion.Scheduling.Wpf Namespace
IsDeselected Property