Search
ItemSelection.Contains Method
See Also
 





Determines whether the specified item is currently selected.

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

 Syntax

C#  Copy Code

public bool Contains (
    Item item
)

Visual Basic  Copy Code

Public Function Contains ( _
    item As Item _
) As Boolean

 Parameters

item
The Item instance to search for in the selection.

 Return Value

true if the item is selected or false if it isn't.

 See Also