Intersoft ClientUI Documentation
GenerateAdjacentMonthDays Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXCalendar Class : GenerateAdjacentMonthDays Property






Gets or sets a value indicating whether the adjacent month days is generated.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property GenerateAdjacentMonthDays As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXCalendar
Dim value As Boolean
 
instance.GenerateAdjacentMonthDays = value
 
value = instance.GenerateAdjacentMonthDays
C# 
[CategoryAttribute("Common Properties")]
public bool GenerateAdjacentMonthDays {get; set;}
Delphi 
public read-write property GenerateAdjacentMonthDays: Boolean; 
JScript 
CategoryAttribute("Common Properties")
public function get,set GenerateAdjacentMonthDays : boolean
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property bool get_GenerateAdjacentMonthDays();
public: __property void set_GenerateAdjacentMonthDays( 
   bool value
);
C++/CLI 
[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.

The following code shows to hide the Adjacent Days in UXCalendar.

XAML Copy Code
<Intersoft:UXCalendar x:Name="UXCalendar1" DisplayDate="12/1/2010" CalendarViewCount="2" GenerateAdjacentMonthDays="False"/>

In multiple calendars, adjacent date will only appear in the first and last calendar.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.