Enumeration of layout types (div-based, table-based).
Namespace: DayPilot.Web.Ui.EnumsAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
public enum LayoutEnum |
Visual Basic |
---|
Public Enumeration LayoutEnum |
Visual C++ |
---|
public enum class LayoutEnum |
Members
Member name | Value | Description | |
---|---|---|---|
Auto | 0 | Chooses the layout automatically. | |
DivBased | 1 | Uses the new div-based layout (new in DayPilotScheduler 5.0). | |
TableBased | 2 | Uses the traditional table-based layout (used in DayPilotScheduler up to 4.9). |