Enumeration of layout types (div-based, table-based).

Namespace: DayPilot.Web.Mvc.Enums.Scheduler
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public enum LayoutType
Visual Basic
Public Enumeration LayoutType
Visual C++
public enum class LayoutType

Members

Member nameValueDescription
Auto0 Chooses the layout automatically.
DivBased1 Uses the new div-based layout (new in DayPilotScheduler 5.0).
TableBased2 Uses the traditional table-based layout (used in DayPilotScheduler up to 4.9).

See Also