Layer enum (top or bottom).
Namespace: DayPilot.Web.Mvc.Enums.MonthAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
C# |
---|
public enum Layer |
Visual Basic |
---|
Public Enumeration Layer |
Visual C++ |
---|
public enum class Layer |
Members
Member name | Value | Description | |
---|---|---|---|
Top | 0 | Top layer. | |
Bottom | 1 | Bottom layer. | |
Floats | 2 | The extra information will be displayed in divs with float:left and float:right specified. |