Xceed Grid for WinForms v4.3 Documentation
SelectedDate Property


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > WinCalendar Class : SelectedDate Property
Gets or sets the selected date.
Syntax
'Declaration
 
<DescriptionAttribute("The selected date (the day which is currently selected/highlighted).")>
<CategoryAttribute("Data")>
<EditorAttribute("Xceed.Editors.Design.CalendarDateTypeUIEditor,Xceed.Editors.v2.6.Design,Version=2.6.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)>
Public Property SelectedDate As Date
'Usage
 
Dim instance As WinCalendar
Dim value As Date
 
instance.SelectedDate = value
 
value = instance.SelectedDate
[Description("The selected date (the day which is currently selected/highlighted).")]
[Category("Data")]
[Editor("Xceed.Editors.Design.CalendarDateTypeUIEditor,Xceed.Editors.v2.6.Design,Version=2.6.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)]
public DateTime SelectedDate {get; set;}

Property Value

A System.DateTime value representing the selected date. By default, DefaultSelectedDate.
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

WinCalendar Class
WinCalendar Members
CurrentDate Property
SelectionForeColor Property
SelectionBackColor Property