The event handler receives an argument of type BeforeDisplayMonthPopupEventArgs containing data related to this event. The following BeforeDisplayMonthPopupEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel (Inherited from System.ComponentModel.CancelEventArgs) | |
Month | Returns the month for which the popup will be displayed. |
If the UltraMonthViewMultiBase.AllowMonthPopup is set to true, the Infragistics.Win.UltraWinSchedule.MonthViewMulti.UltraMonthPopupControl is displayed when the user presses the left mouse button down on the Infragistics.Win.UltraWinSchedule.MonthViewMulti.MonthHeaderAreaUIElement. The Infragistics.Win.UltraWinSchedule.MonthViewMulti.UltraMonthPopupControl displays 3 months prior to and after the current month in a scrolling list allowing the user to quickly navigate a particular month to the location when the month header was pressed.
The BeforeDisplayMonthPopup event may be canceled using System.ComponentModel.CancelEventArgs.Cancel property to prevent the control from displaying the Infragistics.Win.UltraWinSchedule.MonthViewMulti.UltraMonthPopupControl.
The BeforeDisplayMonthPopupEventArgs.Month property returns the Month object whose Infragistics.Win.UltraWinSchedule.MonthViewMulti.MonthHeaderAreaUIElement was clicked upon.
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