The DayPilotSchedulerCallBack type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| CellDuration |
Cell size in minutes.
| |
| CellGroupBy |
Defines column group size (first row of the column headers on top of the Scheduler)
| |
| CellWidth |
Cell width in pixels.
| |
| Days |
Gets or sets the number of days to be displayed. Default is 1.
| |
| Resources |
Collection of rows (resources).
| |
| RowHeaderColumnWidths |
Specify column widths in pixels (separated by commas) to enable multiple columns in row headers.
| |
| ScrollX |
Horizontal scroll position in pixels. See also SetScrollPosition(DateTime).
| |
| ScrollY |
Vertical scroll position in pixels.
| |
| Separators |
Collection of separators. Separators are customizable vertical lines drawn at a certain time position.
| |
| StartDate |
Gets or sets the first day to be shown. Default is DateTime.Today.
|