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

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.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