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