Determines which layout should be used (old table-based, new div-based).

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

Syntax

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

See Also