Version

VisibleMonth Class

Syntax
'Declaration
 
Public Class VisibleMonth 
   Inherits Infragistics.Shared.SubObjectBase
public class VisibleMonth : Infragistics.Shared.SubObjectBase 
Remarks

The VisibleMonth object represents a Month displayed in the Infragistics.Win.UltraWinSchedule.UltraMonthViewMultiBase controls. It provides additional information about the month including whether the month is considered an alternate month (IsAlternateMonth) and its current Row and Col position. A VisibleMonth can display a week that is not part of the Month when displaying leading and trailing days; the Weeks property returns an array of the current Infragistics.Win.UltraWinSchedule.Week objects that it displays. The ShowsLeadingDays and ShowsTrailingDays can be used to determine if the VisibleMonth displays leading and trailing days. This is based on the owning control's Infragistics.Win.UltraWinSchedule.UltraMonthViewMultiBase.TrailingDaysVisible, the Row and Col, and the Infragistics.Win.UltraWinSchedule.UltraMonthViewMultiBase.MonthOrientation.

The VisibleMonth objects are reused and as such, it is recommended that you not store a reference to the object as it may be disposed or wrap a different Month than it did when you obtain the reference.

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