Version

VisibleIntervals Property

Returns the DateTimeInterval instances that are currently being displayed by the control, in the same order in which they are displayed by the control. This collection always includes the PrimaryInterval, and also includes any members of the AdditionalIntervals, collection whose duration is greater than or equal to that of the the PrimaryInterval, and are not explicitly hidden.
Syntax
'Declaration
 
Public ReadOnly Property VisibleIntervals As Infragistics.Win.UltraWinSchedule.DateTimeIntervalsCollectionBase
public Infragistics.Win.UltraWinSchedule.DateTimeIntervalsCollectionBase VisibleIntervals {get;}
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also