Layer enum (top or bottom).

Namespace: DayPilot.Web.Mvc.Enums.Month
Assembly: 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 nameValueDescription
Top0 Top layer.
Bottom1 Bottom layer.
Floats2 The extra information will be displayed in divs with float:left and float:right specified.

See Also