Sets or get the way how the height of the scrolling area is determined. It can be either Fixed (height specified by Height in pixels is used), Full (the full height, prevents scrolling), or BusinessHours (it always shows business hours in full and enables scrolling).
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
public HeightSpecEnum HeightSpec { get; set; } |
Visual Basic |
---|
Public Property HeightSpec As HeightSpecEnum Get Set |
Visual C++ |
---|
public: property HeightSpecEnum HeightSpec { HeightSpecEnum get (); void set (HeightSpecEnum value); } |