The DayPilotNavigator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DayPilotNavigator | Initializes a new instance of the DayPilotNavigator class |
Methods
Properties
Name | Description | |
---|---|---|
AccessKey | (Inherited from WebControl.) | |
Adapter | (Inherited from Control.) | |
AppRelativeTemplateSourceDirectory | (Inherited from Control.) | |
Attributes | (Inherited from WebControl.) | |
BackColor | (Inherited from WebControl.) | |
BindCommand |
A command that will be sent to the bound control when the selection changes.
| |
BindingContainer | (Inherited from Control.) | |
BorderColor | (Inherited from WebControl.) | |
BorderStyle | (Inherited from WebControl.) | |
BorderWidth | (Inherited from WebControl.) | |
BoundDayPilotClientObjectName |
BoundDayPilotClientObjectName of the DayPilot control that will be updated after selection change.
| |
BoundDayPilotID |
ID of the DayPilot control that will be updated after selection change.
| |
CallBackErrorJavaScript |
Gets or sets the Javascript code that is executed on error during AJAX callback.
| |
CellHeight |
Gets or sets the cell height in pixels.
| |
CellWidth |
Gets or sets the cell width in pixels.
| |
ClientID | (Inherited from Control.) | |
ClientIDSeparator | (Inherited from Control.) | |
ClientObjectName |
JavaScript instance name on the client-side. If it is not specified the control ClientID will be used.
| |
Context | (Inherited from Control.) | |
Controls | (Inherited from Control.) | |
ControlStyle | (Inherited from WebControl.) | |
ControlStyleCreated | (Inherited from WebControl.) | |
CssClass | (Inherited from WebControl.) | |
CssClassPrefix | Obsolete.
Specifies the prefix of the CSS classes that contain style definitions for the elements of this control.
| |
CssOnly | Obsolete.
Whether to ignore all style properties. Only CSS styling will be used.
| |
DataEndField |
Gets or sets the name of the column that contains the event ending date and time (must be convertible to DateTime).
| |
DataIdField |
Gets or sets the name of the column that contains the id (primary key).
| |
DataMember | (Inherited from DataBoundControl.) | |
DataRecurrenceField |
Name of the data source field that contains recurrence information string.
| |
DataServerTagFields |
Gets or sets the name of the fields that contain the custom event data. These fields will be only accessible in the BeforeEventRender event handler.
| |
DataSource | (Inherited from BaseDataBoundControl.) | |
DataSourceID | (Inherited from DataBoundControl.) | |
DataSourceObject | (Inherited from DataBoundControl.) | |
DataStartField |
Gets or sets the name of the column that contains the event starting date and time (must be convertible to DateTime).
| |
DataValueField | Obsolete.
Gets or sets the name of the column that contains the id (primary key). Obsolete. Use .DataIdField instead.
| |
DayHeaderHeight |
Day header height in pixels.
| |
Days |
How many days are selected (calculated from SelectionStart and SelectionEnd).
| |
DesignMode | (Inherited from Control.) | |
Enabled | (Inherited from WebControl.) | |
EnableTheming | (Inherited from WebControl.) | |
EnableViewState | (Inherited from Control.) | |
Events | (Inherited from Control.) | |
Font | (Inherited from WebControl.) | |
ForeColor | (Inherited from WebControl.) | |
HasAttributes | (Inherited from WebControl.) | |
HasChildViewState | (Inherited from Control.) | |
Height | (Inherited from WebControl.) | |
ChildControlsCreated | (Inherited from Control.) | |
ID | (Inherited from Control.) | |
IdSeparator | (Inherited from Control.) | |
Initialized | (Inherited from BaseDataBoundControl.) | |
IsBoundUsingDataSourceID | (Inherited from BaseDataBoundControl.) | |
IsEnabled | (Inherited from WebControl.) | |
IsChildControlStateCleared | (Inherited from Control.) | |
IsTrackingViewState | (Inherited from Control.) | |
IsViewStateEnabled | (Inherited from Control.) | |
LoadViewStateByID | (Inherited from Control.) | |
NamingContainer | (Inherited from Control.) | |
Orientation |
Orientation of the months table (for ShowMonths > 1).
| |
Page | (Inherited from Control.) | |
Parent | (Inherited from Control.) | |
RequiresDataBinding | (Inherited from BaseDataBoundControl.) | |
ResourcesPath |
The directory that contains static files (will be processed using ResolveUrl()).
| |
ResourcesStatic |
Whether the resources (.js and image files) should be loaded statically (from a directory specified in ResourcesPath).
| |
RowsPerMonth |
How many rows per month should be displayed (always six or auto).
| |
SelectArguments | (Inherited from DataBoundControl.) | |
SelectionEnd |
Gets the current selection end date and time.
| |
SelectionStart |
Determines the selection start date (the selection end will be calculated automatically).
| |
SelectMode |
Select mode (day/week/month).
| |
ShowMonths |
How many months should be visible.
| |
ShowWeekNumbers |
Whether week numbers should be displayed.
| |
Site | (Inherited from Control.) | |
SkinID | (Inherited from WebControl.) | |
SkipMonths |
How many months to skip when clicking previous ('<') and next ('>') links.
| |
StartDate |
Gets or sets the first day to be shown. Default is DateTime.Today.
| |
StoreEventsInViewState |
Whether the events should be stored in the ViewState.
| |
Style | (Inherited from WebControl.) | |
TabIndex | (Inherited from WebControl.) | |
TagKey | (Inherited from WebControl.) | |
TagName | (Inherited from WebControl.) | |
TemplateControl | (Inherited from Control.) | |
TemplateSourceDirectory | (Inherited from Control.) | |
Theme |
Specifies the CSS theme.
| |
TimeRangeSelectedHandling |
Handling of user action (clicking a free-time slot).
| |
TimeRangeSelectedJavaScript |
Gets or sets the Javascript code that is executed when a user selects a time range.
| |
TitleHeight |
Gets or sets the title height in pixels.
| |
ToolTip | (Inherited from WebControl.) | |
UniqueID | (Inherited from Control.) | |
ViewState | (Inherited from Control.) | |
ViewStateIgnoresCase | (Inherited from Control.) | |
Visible | (Inherited from Control.) | |
VisibleEnd |
Gets the end of the visible range (date and time).
| |
VisibleRangeChangedHandling |
Specifies action that should be performed after a user changes the visible time range.
| |
VisibleRangeChangedJavaScript |
Javascript code that is executed when the users changes the visible time range.
| |
VisibleStart |
Gets the start of the visible range (date and time).
| |
WeekNumberAlgorithm |
Which method to use for calculating the week number. "Auto" selects US for WeekStarts=Sunday.
| |
WeekStarts |
Determines the first day of week (Sunday/Monday/Auto).
| |
Width | (Inherited from WebControl.) |
Events
Name | Description | |
---|---|---|
BeforeCellRender |
Use this event to customize day cells.
| |
BeforeEventRecurrence |
This event is fired during event loading.
| |
DataBinding | (Inherited from Control.) | |
DataBound | (Inherited from BaseDataBoundControl.) | |
Disposed | (Inherited from Control.) | |
Init | (Inherited from Control.) | |
Load | (Inherited from Control.) | |
PreRender | (Inherited from Control.) | |
TimeRangeSelected |
This event is fired when a user selects a time range.
| |
Unload | (Inherited from Control.) | |
VisibleRangeChanged |
Fires when a the visible time range is changed and VisibleRangeChangedHandling is set to true.
|