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

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

Syntax

C#
public Nullable<DateTime> DateTimeValue { get; set; }
Visual Basic (Declaration)
Public Property DateTimeValue As Nullable(Of DateTime)
	Get
	Set

Remarks

This is a dependency property.

See Also