Intersoft ClientUI Documentation
DisplayDate Property (UXCalendar)



Gets or sets the date to display.
Syntax
<CategoryAttribute("Common Properties")>
<TypeConverterAttribute("Intersoft.Client.Framework.DateTimeTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
Public Property DisplayDate As Date
Dim instance As UXCalendar
Dim value As Date
 
instance.DisplayDate = value
 
value = instance.DisplayDate
[CategoryAttribute("Common Properties")]
[TypeConverterAttribute("Intersoft.Client.Framework.DateTimeTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public DateTime DisplayDate {get; set;}
[CategoryAttribute("Common Properties")]
[TypeConverterAttribute("Intersoft.Client.Framework.DateTimeTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public:
property DateTime DisplayDate {
   DateTime get();
   void set (    DateTime value);
}
Remarks

UXCalendar is a lightweight input control that allow user to select date or collection of dates using a visual calendar display. A Calendar displays either the days of a month, the months of a year, the years of a decade, or the decades of century, depending on the value of the DisplayDate and InitialDisplayMode properties. If the DisplayDate property is not specifed, the UXCalendar will automatically use the current date as its DisplayDate.

The following example shows how to define simple UXCalendar in XAML

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

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

UXCalendar Class
UXCalendar Members

Concepts

UXCalendar

Send Feedback