Intersoft ClientUI Documentation
GenerateAdjacentMonthDays Property (UXDateTimePicker)



Gets or sets the display state of the calendar adjaccent month days.
Syntax
<CategoryAttribute("Common Properties")>
Public Property GenerateAdjacentMonthDays As Boolean
Dim instance As UXDateTimePicker
Dim value As Boolean
 
instance.GenerateAdjacentMonthDays = value
 
value = instance.GenerateAdjacentMonthDays
[CategoryAttribute("Common Properties")]
public bool GenerateAdjacentMonthDays {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool GenerateAdjacentMonthDays {
   bool get();
   void set (    bool value);
}
Remarks

Adjacent Days are dates from the previous or next months that due to the nature of display have slots in the current display view. You can determine whether these adjacent days should be visible or not through GenerateAdjacentMonthDays property.

If these adjacent days are visible you can navigate to the previous or next month by selecting the adjacent days with keyboard or mouse. To learn more about this navigation see Understanding UXCalendar Navigation section.

Requirements

Target Platforms: 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

Reference

UXDateTimePicker Class
UXDateTimePicker Members

Concepts

UXCalendar
UXDateTimePicker

Send Feedback