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

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

Syntax

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

See Also