Location of the separator line.

Namespace:  DayPilot.Web.Ui
Assembly:  DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)

Syntax

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

See Also