Separator layer.

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 SeparatorLayer Layer { get; set; }
Visual Basic
Public Property Layer As SeparatorLayer
	Get
	Set
Visual C++
public:
property SeparatorLayer Layer {
	SeparatorLayer get ();
	void set (SeparatorLayer value);
}

See Also