Gets or sets a DateTime that defines an end of an overall period of time that can be represented by the control. This is a dependency property.

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

Syntax

C#
public DateTime End { get; set; }
Visual Basic (Declaration)
Public Property End As DateTime
	Get
	Set

Remarks

This is a dependency property.

See Also