Gets or sets the Nullable<(Of <(<'T>)>)> value that is selected in the control. Setting this property to DateTime value changed the Date property value accordingly. Setting this property to null clears the Date property value. This is a dependency property.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public Nullable<DateTime> DateValue { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
Public Property DateValue As Nullable(Of DateTime)
	Get
	Set

Remarks

This is a dependency property.

See Also