Location of the separator line.

Namespace: DayPilot.Web.Mvc.Data
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public DateTime Location { get; set; }
Visual Basic
Public Property Location As DateTime
	Get
	Set
Visual C++
public:
property DateTime Location {
	DateTime get ();
	void set (DateTime value);
}

See Also