How many weeks (rows) to show. 'Month' will show a full month, 'Weeks' only the number of weeks specified using Weeks property.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 7.3.2834.0 (7.3.2834.0)
Syntax
| C# |
|---|
public ViewTypeEnum ViewType { get; set; } |
| Visual Basic |
|---|
Public Property ViewType As ViewTypeEnum Get Set |
| Visual C++ |
|---|
public: property ViewTypeEnum ViewType { ViewTypeEnum get (); void set (ViewTypeEnum value); } |