Version

DateButton Class

Button displayed below the month calendar in the Infragistics.Win.UltraWinSchedule.UltraCalendarCombo dropdown.
Syntax
'Declaration
 
Public Class DateButton 
   Inherits Infragistics.Shared.KeyedSubObjectBase
   Implements Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx 
public class DateButton : Infragistics.Shared.KeyedSubObjectBase, Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx  
Remarks

The DateButton is a button displayed in the Infragistics.Win.UltraWinSchedule.UltraCalendarCombo dropdown area. It can display a customizable ToolTip to provide more information about the resulting action. The DateButton can be set to either clear the selection and select the associated Date, add the date to the Infragistics.Win.UltraWinSchedule.UltraCalendarInfo.SelectedDateRanges, or make it the Infragistics.Win.UltraWinSchedule.UltraCalendarInfo.ActiveDay based on the Action. The Type property determines the associated date. When set to Custom, the Date property is used. The DateButton may also be hidden using the Visible property.

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