Calendar/scheduler control with hours on the horizontal axis and days/resources on the vertical axis.
Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll)
Version: 3.9.0.0
Syntax
| C# |
|---|
public class DayPilotVertical : DataBoundControl, IPostBackEventHandler, ICallbackEventHandler |
| Visual Basic (Declaration) |
|---|
Public Class DayPilotVertical _ Inherits DataBoundControl _ Implements IPostBackEventHandler, ICallbackEventHandler |
| Visual C++ |
|---|
public ref class DayPilotVertical : public DataBoundControl, IPostBackEventHandler, ICallbackEventHandler |
Remarks
This control can show data in one of the two modes (ViewType property): Days (one day per row) or Resources (one resource per row).
The number of visible rows is determined by Days property for Days ViewType and by the Rows collection items in Resources view.
Inheritance Hierarchy
System..::Object
System.Web.UI..::Control
System.Web.UI.WebControls..::WebControl
System.Web.UI.WebControls..::BaseDataBoundControl
System.Web.UI.WebControls..::DataBoundControl
DayPilot.Web.Ui..::DayPilotVertical
System.Web.UI..::Control
System.Web.UI.WebControls..::WebControl
System.Web.UI.WebControls..::BaseDataBoundControl
System.Web.UI.WebControls..::DataBoundControl
DayPilot.Web.Ui..::DayPilotVertical
See Also
DayPilotVertical Members
DayPilot.Web.Ui Namespace