Gets or sets the latest selected date.

Namespace:  C1.Web.UI.Controls.C1Calendar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.Selection")]
[BindableAttribute(true, BindingDirection.TwoWay)]
[DefaultValueAttribute(typeof(DateTime), "1900/1/1")]
public DateTime SelectedDate { get; set; }
Visual Basic
<C1CategoryAttribute("Category.Selection")> _
<BindableAttribute(True, BindingDirection.TwoWay)> _
<DefaultValueAttribute(GetType(DateTime), "1900/1/1")> _
Public Property SelectedDate As DateTime
	Get
	Set

See Also