Search
Calendar.GetVisibleItems Method
See Also
 






Retrieves a collection with all currently visible items.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public ItemCollection GetVisibleItems ()

Visual Basic  Copy Code

Public Function GetVisibleItems () As ItemCollection

 Return Value

An ItemCollection containing all items currently visible within the control. The collection is empty if there are no visible items.

 See Also