Intersoft.Client.UI.Aqua.UXInput Namespace > UXDateTimePicker Class : GenerateAdjacentMonthDays Property |
<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); }
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.
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