The DayPilotScheduler type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DayPilotScheduler |
Constructor.
|
Methods
Name | Description | |
---|---|---|
AddAttributesToRender | (Inherited from WebControl.) | |
AddedControl | (Inherited from Control.) | |
AddParsedSubObject | (Inherited from Control.) | |
ApplyStyle | (Inherited from WebControl.) | |
ApplyStyleSheetSkin | (Inherited from Control.) | |
BuildProfileTree | (Inherited from Control.) | |
ClearChildControlState | (Inherited from Control.) | |
ClearChildState | (Inherited from Control.) | |
ClearChildViewState | (Inherited from Control.) | |
ConfirmInitState | (Inherited from BaseDataBoundControl.) | |
CopyBaseAttributes | (Inherited from WebControl.) | |
CreateControlCollection | (Inherited from Control.) | |
CreateControlStyle | (Inherited from WebControl.) | |
CreateDataSourceSelectArguments | (Inherited from DataBoundControl.) | |
CreateChildControls | (Inherited from Control.) | |
DataBind()()()() | (Inherited from BaseDataBoundControl.) | |
DataBind(Boolean) | (Inherited from Control.) | |
DataBindChildren | (Inherited from Control.) | |
Dispose | (Inherited from Control.) | |
DoIncludeCell | ||
EnsureDataBound | (Inherited from BaseDataBoundControl.) | |
EnsureChildControls | (Inherited from Control.) | |
EnsureID | (Inherited from Control.) | |
Equals | (Inherited from Object.) | |
Export |
Exports the control visual output into a bitmap.
| |
ExportBitmap | ||
Finalize | (Inherited from Object.) | |
FindControl(String) | (Inherited from Control.) | |
FindControl(String, Int32) | (Inherited from Control.) | |
Focus | (Inherited from Control.) | |
GetData | (Inherited from DataBoundControl.) | |
GetDataSource | (Inherited from DataBoundControl.) | |
GetDesignModeState | (Inherited from Control.) | |
GetHashCode | (Inherited from Object.) | |
GetLinksJson | ||
GetType | (Inherited from Object.) | |
HasControls | (Inherited from Control.) | |
HasEvents | (Inherited from Control.) | |
IsLiteralContent | (Inherited from Control.) | |
LoadControlState | (Inherited from Control.) | |
LoadStylesDefaultTheme | ||
LoadViewState | (Inherited from WebControl.) | |
MapPathSecure | (Inherited from Control.) | |
MarkAsDataBound | (Inherited from DataBoundControl.) | |
MemberwiseClone | (Inherited from Object.) | |
MergeStyle | (Inherited from WebControl.) | |
OnBubbleEvent | (Inherited from Control.) | |
OnDataBinding | (Inherited from Control.) | |
OnDataBound | (Inherited from BaseDataBoundControl.) | |
OnDataPropertyChanged | (Inherited from DataBoundControl.) | |
OnDataSourceViewChanged | (Inherited from DataBoundControl.) | |
OnInit | (Inherited from BaseDataBoundControl.) | |
OnLoad |
Handles the Load event.
(Overrides DataBoundControl..::..OnLoad(EventArgs).) | |
OnPagePreLoad |
Sets the initialized state of the data-bound control before the control is loaded.
(Overrides DataBoundControl..::..OnPagePreLoad(Object, EventArgs).) | |
OnPreRender | (Inherited from BaseDataBoundControl.) | |
OnUnload | (Inherited from Control.) | |
OpenFile | (Inherited from Control.) | |
PerformDataBinding |
Binds data from the data source to the control.
(Overrides DataBoundControl..::..PerformDataBinding(IEnumerable).) | |
PerformSelect |
Retrieves data from the associated data source.
(Overrides DataBoundControl..::..PerformSelect()()()().) | |
RaiseBubbleEvent | (Inherited from Control.) | |
RemovedControl | (Inherited from Control.) | |
Render |
Renders the component HTML code.
(Overrides WebControl..::..Render(HtmlTextWriter).) | |
RenderBeginTag | (Inherited from WebControl.) | |
RenderContents | (Inherited from WebControl.) | |
RenderControl(HtmlTextWriter) | (Inherited from Control.) | |
RenderControl(HtmlTextWriter, ControlAdapter) | (Inherited from Control.) | |
RenderEndTag | (Inherited from WebControl.) | |
RenderChildren | (Inherited from Control.) | |
ResolveAdapter | (Inherited from Control.) | |
ResolveClientUrl | (Inherited from Control.) | |
ResolveUrl | (Inherited from Control.) | |
ResolveUrlSafe |
Checks for null or empty string and calls Control.ResolveUrl().
| |
SaveControlState | (Inherited from Control.) | |
SaveViewState | (Inherited from WebControl.) | |
SetDesignModeState | (Inherited from Control.) | |
SetRenderMethodDelegate | (Inherited from Control.) | |
SetScrollX |
Set the horizontal scroll position in pixels.
| |
ToString | (Inherited from Object.) | |
TrackViewState | (Inherited from WebControl.) | |
Update()()()() |
Request for redraw of the client-side object (EventsOnly). Should be called from CallBack event handlers to ensure client update.
| |
Update(Object) |
Request for redraw of the client-side object (EventsOnly). Should be called from CallBack event handlers to ensure client update.
| |
Update(CallBackUpdateType) |
Request for redraw of the client-side object. Should be called from CallBack event handlers to ensure client update.
| |
Update(Object, CallBackUpdateType) |
Request for redraw of the client-side object. Should be called from CallBack event handlers to ensure client update.
| |
UpdateWithMessage |
Refreshes the month calendar object on the client side if necessary. Shows a message in the integrated message bar.
| |
ValidateDataSource | (Inherited from DataBoundControl.) |
Fields
Name | Description | |
---|---|---|
DateTimeFormatInfo | ||
SelectedEvents |
Properties
Name | Description | |
---|---|---|
AccessKey | (Inherited from WebControl.) | |
Adapter | (Inherited from Control.) | |
AfterEventRenderJavaScript |
The JavaScript code that will be executed after rendering an event on the client side. Two variables are available: e (Event object), div (event DIV element).
| |
AfterRenderJavaScript |
The JavaScript code that will be executed after client-side rendering is finished (initial, after PostBack, or CallBack).
| |
AllowEventOverlap |
Allows creating overlapping events using drag and drop operations.
| |
AllowMultiMove | ||
AllowMultiRange | ||
AllowMultiSelect |
Allows selecting multiple events (using Ctrl + click).
| |
AppRelativeTemplateSourceDirectory | (Inherited from Control.) | |
Attributes | (Inherited from WebControl.) | |
AutoRefreshCommand |
The command that will be passed to Command event during automatic refresh.
| |
AutoRefreshEnabled |
Enables the AutoRefresh feature.
| |
AutoRefreshInterval |
Auto-refresh interval in seconds. Minimum 10 seconds.
| |
AutoRefreshJavaScript |
Javascript code that is executed before an auto refresh is requested.
| |
AutoRefreshMaxCount |
Maximum auto-refresh count (after inactivity).
| |
AutoScroll |
Enables or disables autoscroll when hovering the scheduler edges.
| |
BackColor |
Gets or sets the background color of the Web server control.
(Overrides WebControl..::..BackColor.) | |
BindingContainer | (Inherited from Control.) | |
BlockOnCallBack |
Blocks the Scheduler UI using an overlay div during a callback.
| |
BorderColor |
Gets or sets the border color of the Web control.
(Overrides WebControl..::..BorderColor.) | |
BorderStyle | (Inherited from WebControl.) | |
BorderWidth | (Inherited from WebControl.) | |
BubbleID |
ID of the DayPilotBubble that will be used for showing event details on hover.
| |
BusinessBeginsHour |
Gets or sets the start of the business day (in hours).
| |
BusinessEndsHour |
Gets or sets the end of the business day (hours).
| |
Calendar | ||
CallBack |
A shortcut to properties that can be updated during full Update().
| |
CallBackErrorJavaScript |
Gets or sets the Javascript code that is executed on error during AJAX callback.
| |
CellBorderColor |
Gets or sets the color of the time cell border.
| |
CellBubbleID |
ID of the advanced tooltip control (DayPilotBubble) that will be used for cells.
| |
CellDuration |
Cell size in minutes.
| |
CellGroupBy |
Defines column group size (first row of the column headers on top of the Scheduler).
| |
CellSelectColor |
Gets or sets the color of the time range selection.
| |
CellSweeping |
Enables sweeping grid cell DOM elements from visited areas.
| |
CellSweepingCacheSize |
Specifies the number of grid cells (outside of the viewport) that will not be cleared when CellSweeping is enabled.
| |
CellWidth |
Cell width in pixels.
| |
CellWidthMin | ||
CellWidthSpec |
Specifies whether the cell width should be fixed (Fixed) or adjusted automatically to show all columns (Auto).
| |
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.
| |
ClientState |
Object saved to clientState field on the client side.
| |
Context | (Inherited from Control.) | |
ContextMenuID |
ID of the DayPilotMenu control that will be used for context menu. If no ID is specified, the context menu will be disabled.
| |
ContextMenuResourceID |
ID of the DayPilotMenu control that will be used for context menu for resource headers. If no ID is specified, the context menu will be disabled.
| |
ContextMenuSelectionID |
ID of the DayPilotMenu control that will be used for context menu. If no ID is specified, the context menu will be disabled.
| |
Controls | (Inherited from Control.) | |
ControlStyle | (Inherited from WebControl.) | |
ControlStyleCreated | (Inherited from WebControl.) | |
CornerBackColor |
Background color of the upper-left corner.
| |
CornerHtml |
HTML of the upper-left corner.
| |
Crosshair |
Crosshair type.
| |
CrosshairColor |
Color of the crosshair.
| |
CrosshairOpacity |
Crosshair opacity in percent.
| |
CssClass | Obsolete.
Specifies the CSS class that contains style definitions for this control.
(Overrides WebControl..::..CssClass.) | |
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.
| |
DataResourceField |
Gets or sets the name of the column that contains the primary key. The primary key will be used for rendering the custom JavaScript actions.
| |
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).
| |
DataTagFields |
Gets or sets the name of the column that contains the custom event data.
| |
DataTextField |
Gets or sets the name of the column that contains the name of an event.
| |
DataValueField | Obsolete.
Gets or sets the name of the column that contains the id (primary key). Obsolete. Use .DataIdField instead.
| |
Days |
Gets or sets the number of days to be displayed. Default is 1.
| |
DesignMode | (Inherited from Control.) | |
DoubleClickTimeout |
Double-click timeout in milliseconds.
| |
DragOutAllowed | ||
DurationBarBackColor |
Color of the duration bar background.
| |
DurationBarColor |
Color of the duration bar.
| |
DurationBarHeight |
Height of the duration bar in pixels.
| |
DurationBarMode |
What the duration bar will display (Duration = real event start and end, PercentComplete = level of completeness).
| |
DurationBarVisible |
Whether the color bar on the left side of and event should be visible.
| |
DynamicEventRendering |
Specifies how the events should be rendered.
| |
DynamicEventRenderingCacheSize |
Maximum number of rendered (but not visible) events that are kept in the cache. Requires DynamicEventRendering='Progressive' and DynamicEventRenderingCacheSweeping=true.
| |
DynamicEventRenderingCacheSweeping |
Enables automatic deleting of hidden event objects for DynamicEventRendering="Progressive".
| |
DynamicEventRenderingMargin |
How many additional horizontal pixels of events should be pre-rendered on each side of the current viewport.
| |
DynamicLoading |
Enables dynamic event loading (events are loaded from the server side using Scroll event).
| |
EmptyBackColor |
Gets or sets the main area background color (no time cells).
| |
Enabled | (Inherited from WebControl.) | |
EnableTheming | (Inherited from WebControl.) | |
EnableViewState | (Inherited from Control.) | |
EndDate |
Gets the last day to be shown.
| |
EventBackColor |
Color of an event background.
| |
EventBorderColor |
Color of an event border.
| |
EventBorderVisible |
Whether the event border is visible.
| |
EventClickHandling |
Handling of user action (clicking an event).
| |
EventClickJavaScript |
Gets or sets the Javascript code that is executed when the user clicks an event.
| |
EventCorners |
Corner look: regular or rounded. Rounded corners are not supported in IE up to IE 8.
| |
EventDeleteHandling |
Handling of event delete action.
| |
EventDeleteJavaScript |
Gets or sets the Javascript code that is executed when the users clicks the delete icon.
| |
EventDoubleClickHandling |
Handling of user action (double-clicking an event).
| |
EventDoubleClickJavaScript |
Gets or sets the Javascript code that is executed when the user double-clicks an event.
| |
EventEditHandling |
Determines the action to be executed after a user moves an event. If set to Disabled editing is not enabled on the client side.
| |
EventEditJavaScript |
Gets or sets the Javascript function that is executed after a users edits an event. This code is executed when EventEditHandling is set to JavaScript.
| |
EventEndSpec |
Whether the event end is specified by date only or by full date and time.
| |
EventFontColor |
Color of event font.
| |
EventFontFamily |
Font family of the event text, e.g. "Tahoma".
| |
EventFontSize |
Font size of the event text, e.g. "8pt".
| |
EventHeight |
Height of the event cell in pixels.
| |
EventHoverHandling |
What to do when mouse hovers over an event.
| |
EventMoveHandling |
Determines the action to be executed after a user moves an event. If set to Disabled moving is not enabled on the client side.
| |
EventMoveJavaScript |
Gets or sets the Javascript code that is executed when a user moves an event.
| |
EventMoveMargin |
Size of the drag&drop sensitive margin of event (move cursor) in pixels.
| |
EventMoveToPosition |
Allows selecting an exact position in the target cell when moving.
| |
EventMovingStartEndEnabled |
Whether to display real-time position indicators during event moving.
| |
EventMovingStartEndFormat |
Date/time format used for position indicators during event moving.
| |
EventResizeHandling |
Determines the action to be executed after a user resizes an event. If set to Disabled resizing is not enabled on the client side.
| |
EventResizeJavaScript |
Gets or sets the Javascript function that is executed when a user moves an event.
| |
EventResizeMargin |
Size of the drag&drop-sensitive margin of event (resize cursor) in pixels.
| |
EventResizingStartEndEnabled |
Whether to display real-time position indicators during event resizing.
| |
EventResizingStartEndFormat |
Date/time format used for position indicators during event resizing.
| |
EventRightClickHandling |
Handling of user action (right mouse click on an event).
| |
EventRightClickJavaScript |
Gets or sets the Javascript code that is executed when the user clicks an event.
| |
Events | (Inherited from Control.) | |
EventSelectHandling |
Handling of user action (selecting an event).
| |
EventSelectJavaScript |
Gets or sets the Javascript code that is executed when the user selects an event.
| |
EventSortExpression |
Sorting expression for ordering concurrent events, e.g. 'priority asc, name desc'.
| |
EventStackingLineHeight | ||
EventTapAndHoldHandling | ||
FloatingEvents |
Events will display a special floating object when not visible in full.
| |
FloatingTimeHeaders |
Time header cells will display a special floating object when not visible in full.
| |
Font | (Inherited from WebControl.) | |
ForeColor | (Inherited from WebControl.) | |
GroupConcurrentEvents |
Enables grouping of concurrent events into a single block.
| |
GroupConcurrentEventsLimit |
Do not group events if number of concurrent events doesn't exceed this limit.
| |
HasAttributes | (Inherited from WebControl.) | |
HasChildViewState | (Inherited from Control.) | |
HeaderColumns |
Collection of row header columns.
| |
HeaderDateFormat |
Gets or sets the format of the date display in the header columns.
| |
HeaderFontColor |
Color of the column header font.
| |
HeaderFontFamily |
Font family of the row header, e.g. "Tahoma".
| |
HeaderFontSize |
Font size of the row header, e.g. "10pt".
| |
HeaderHeight |
Height of the header cells (with hour names) in pixels.
| |
Height |
Gets or sets the control height. Only pixel values are allowed.
(Overrides WebControl..::..Height.) | |
HeightSpec |
Specifies whether the height should be adjusted automatically to show all resources (Auto) or fixed (Fixed). Fixed height is specified using Height property.
| |
HourBorderColor |
Color of the horizontal border that separates hour names.
| |
HourFontFamily |
Font family of the time axis headers, e.g. "Tahoma".
| |
HourFontSize |
Font size of the time axis header e.g. "16pt".
| |
HourNameBackColor |
Color of the hour names background.
| |
HourNameBorderColor |
Color of the horizontal border that separates our names.
| |
HoverColor | Obsolete. | |
ChildControlsCreated | (Inherited from Control.) | |
ID | (Inherited from Control.) | |
IdSeparator | (Inherited from Control.) | |
Initialized | (Inherited from BaseDataBoundControl.) | |
IsBoundUsingDataSourceID | (Inherited from BaseDataBoundControl.) | |
IsEnabled | (Inherited from WebControl.) | |
IsExport |
True if the control is beign exported using Export() method. Useful inside Before__RenderEvent event handlers.
| |
IsChildControlStateCleared | (Inherited from Control.) | |
IsTrackingViewState | (Inherited from Control.) | |
IsViewStateEnabled | (Inherited from Control.) | |
Layout |
Determines which layout should be used (old table-based, new div-based).
| |
Links | ||
LoadingLabelBackColor |
Color of the Loading label background.
| |
LoadingLabelFontColor |
Color of the Loading label text.
| |
LoadingLabelFontFamily |
Font family of the Loading label text, e.g. \"Tahoma\".
| |
LoadingLabelFontSize |
Font size of Loading label text, e.g. '10pt'.
| |
LoadingLabelText |
The text of the 'Loading...' label.
| |
LoadingLabelVisible |
Whether the loading label ('Loading...') should be visible during control initialization.
| |
LoadViewStateByID | (Inherited from Control.) | |
MessageBarPosition |
Message bar position (top/bottom).
| |
MessageHideAfter |
The timeout delay of the message bar (in milliseconds).
| |
MoveBy |
Which event border shoud be used for moving.
| |
MultiSelectRectangle | ||
NamingContainer | (Inherited from Control.) | |
NonBusinessBackColor |
Background color of time cells outside of the busines hours.
| |
NotifyCommit | ||
Page | (Inherited from Control.) | |
Parent | (Inherited from Control.) | |
ProgressiveRowRendering |
Whether the row headers should be rendered progressively (after scrolling).
| |
ProgressiveRowRenderingPreload |
The number of row headers that will be preloaded (in both directions) when ProgressiveRowRendering is enabled.
| |
RecurrentEventExceptionImage |
URL of the image that indicate a recurring event (exception from the series).
| |
RecurrentEventImage |
URL of the image that indicate a recurring event.
| |
RequiresDataBinding | (Inherited from BaseDataBoundControl.) | |
ResourceBubbleID |
ID of the advanced tooltip control (DayPilotBubble) that will be used for column headers.
| |
ResourceCollapseHandling |
Specifies action that should be performed after a user collapses a resource tree node.
| |
ResourceCollapseJavaScript |
Gets or sets the Javascript code that is executed after a user collapses a resource tree node.
| |
ResourceExpandHandling |
Specifies action that should be performed after a user collapses a resource tree node.
| |
ResourceExpandJavaScript |
Gets or sets the Javascript code that is executed after a user expands a resource tree node.
| |
ResourceHeaderClickHandling | Obsolete.
Handling of user action (clicking a resource header). Obsolete: Use RowClickHandling instead.
| |
ResourceHeaderClickJavaScript | Obsolete.
Gets or sets the Javascript code that is executed when the user clicks a resource header.
| |
Resources |
Collection of rows (resources).
| |
ResourcesPath |
Directory part of the URL where static resources are located (ending with a slash). E.g. "/resources/".
| |
ResourcesStatic |
Whether the resources (.js and image files) should be loaded statically (from a directory specified in ResourcesPath).
| |
RowClickHandling |
Handling of user action (clicking a row header).
| |
RowClickJavaScript |
Gets or sets the Javascript code that is executed when the user clicks a row header.
| |
RowCreateHandling |
RowCreate event handling. Setting the value to "Disabled" will deactivate the feature.
| |
RowCreateJavaScript |
Gets or sets the Javascript code that is executed when the user finishes editing a new row field (before the default action).
| |
RowDoubleClickHandling |
Handling of user action (double-clicking a row header).
| |
RowDoubleClickJavaScript |
Gets or sets the Javascript code that is executed when the user double-clicks a row header.
| |
RowEditHandling |
Handling of user action (inline editing of a row name finished).
| |
RowEditJavaScript |
Gets or sets the Javascript code that is executed when the user finishes inline row editing.
| |
RowHeaderColumnWidths |
Specify column widths in pixels (separated by commas) to enable multiple columns in row headers.
| |
RowHeaderHideIconEnabled |
Enables the row header hide icon in the upper-left corner of the viewport.
| |
RowHeaderScrolling |
Whether the horizontal scrollbar is enabled (RowHeaderWidth is enforced).
| |
RowHeaderWidth |
Width of the row header (resource names) in pixels.
| |
RowHeaderWidthAutoFit |
Whether to increase the row header width automatically to fit the content.
| |
RowMarginBottom |
Row margin below the events. In pixels.
| |
RowMinHeight |
Minimum row height in pixels.
| |
RowMoveHandling |
Handling of user action (row dropped at a new location).
| |
RowMoveJavaScript |
Gets or sets the Javascript code that is executed when the user finishes drag and drop row moving.
| |
RowSelectHandling |
Handling of user action (selecting a row).
| |
RowSelectJavaScript |
Gets or sets the Javascript code that is executed when the user selects a row.
| |
Scale |
Time scale unit.
| |
ScrollDelayCells |
The delay in milliseconds before the grid cells are rendered during scrolling.
| |
ScrollDelayDynamic |
The delay in milliseconds before the Scroll event is fired during scrolling (for DynamicLoading=true). Be careful with small (<500) values.
| |
ScrollDelayEvents |
The delay in milliseconds before the events are rendered during scrolling (for DynamicEventRendering="Progressive").
| |
ScrollDelayFloats |
The delay in milliseconds before the floating events and headers are updated during scrolling.
| |
ScrollLabelsVisible |
Whether the scroll labels (active when there are hidden events) should be visible.
| |
ScrollX |
Horizontal scroll position in pixels. See also SetScrollPosition(DateTime).
| |
ScrollY |
Vertical scroll position in pixels.
| |
SelectArguments | (Inherited from DataBoundControl.) | |
SelectedRows | ||
Separators |
Collection of separators. Separators are customizable vertical lines drawn at a certain time position.
| |
Shadow |
Type of the event shadow that is used for moving and resizing. "Fill" is a semi-transparent rectangle (default). "Outline" is a dotted outline.
| |
ShowBaseTimeHeader |
Whether to display the base time header (cells corresponding to CellDuration).
| |
ShowEventStartEnd |
Whether to show the event start and end times.
| |
ShowNonBusiness |
True if the non-business hour cells should be visible.
| |
ShowToolTip |
Determines whether the event tooltip is active.
| |
Site | (Inherited from Control.) | |
SkinID | (Inherited from WebControl.) | |
SnapToGrid |
Snap events to grid when moving or resizing.
| |
StartDate |
Gets or sets the first day to be shown. Default is DateTime.Today.
| |
StoreEventsInViewState |
Whether the events should be stored in the ViewState.
| |
StoreLinksInViewState | ||
Style | (Inherited from WebControl.) | |
SyncLinks | ||
SyncResourceTree |
Whether the Resources tree should be synchronized with the server during CallBacks.
| |
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.
| |
TimeBreakColor |
Gets or sets the color of the time break (indicates a hidden column).
| |
TimeFormat |
Gets or sets the time-format for hour numbers (on the top).
| |
TimeHeaderClickHandling |
Handling of user action (clicking a time header).
| |
TimeHeaderClickJavaScript |
Gets or sets the Javascript code that is executed when the user clicks a time header.
| |
TimeHeaders |
Collection of time header groups.
| |
TimeHeadersResolved | ||
Timeline |
Time line cell collection.
| |
TimeRangeDoubleClickHandling |
Determines time range double click handling.
| |
TimeRangeDoubleClickJavaScript |
Javascript code that is executed when the double clicks a selected time range.
| |
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. E.g. Set it to 'f' and define 'function f(start, end, column) {}'.
| |
TimeRangeSelectingStartEndEnabled |
Whether to display real-time position indicators during time range selecting.
| |
TimeRangeSelectingStartEndFormat |
Date/time format used for position indicators during time range selecting.
| |
ToolTip | (Inherited from WebControl.) | |
TreeAutoExpand |
Whether to automatically expand parent tree nodes during drag and drop event moving.
| |
TreeEnabled |
Whether to show resources children in a tree.
| |
TreeImageCollapse |
URL of the image that will appear before an expanded resource.
| |
TreeImageExpand |
URL of the image that will appear before a collapsed resource (typically a 'plus' sign).
| |
TreeImageMarginLeft |
Left margin of the collapse/expand image in pixels.
| |
TreeImageMarginTop |
Top margin of the collapse/expand image in pixels.
| |
TreeImageNoChildren |
URL of the image that will appear before a resource without children.
| |
TreeIndent |
Left indent of the children in pixels.
| |
TreePreventParentUsage |
Whether to prevent scheduling events on parent tree nodes.
| |
UniqueID | (Inherited from Control.) | |
UseEventBoxes |
When set to Always (default) events are shown in boxes that are aligned with the cell size. Set to Never or ShortEventsOnly if you want to show events in real length.
| |
ViewPort |
Holds information about the currently visible area.
| |
ViewState | (Inherited from Control.) | |
ViewStateIgnoresCase | (Inherited from Control.) | |
ViewType |
Sets or gets the view type (resources or days). If set to ViewTypeEnum.Resources and you use data binding you have to specify DataResourceField property.
| |
Visible | (Inherited from Control.) | |
VisibleEnd | ||
VisibleStart | ||
WeekStarts |
Determines the first day of week (Sunday/Monday/Auto).
| |
Width |
Width of the control (pixels and percentage values supported).
(Overrides WebControl..::..Width.) |
Events
Name | Description | |
---|---|---|
BeforeCellRender |
Use this event to modify time cell properties before rendering.
| |
BeforeEventRecurrence |
This event is fired during event loading.
| |
BeforeEventRender |
This event is fired before events are rendered.
| |
BeforeLinkRender | ||
BeforeResHeaderRender |
Use this event to modify resource header (Y axis) properties before rendering.
| |
BeforeTimeHeaderRender |
Use this event to modify time header (X axis) properties before rendering.
| |
Command |
This event is fired using client-side .commandCallBack() function. Use it to refresh the control using fast callback.
| |
DataBinding | (Inherited from Control.) | |
DataBound | (Inherited from BaseDataBoundControl.) | |
Disposed | (Inherited from Control.) | |
EventAdd |
Fires when client-side EventAdd event is notified to the server.
| |
EventClick |
This event is fired when a user clicks an event.
| |
EventDelete |
This event is fired when the user clicks on a delete "X" button in the upper-right corner of an event.
| |
EventDoubleClick |
This event is fired when a user double-clicks an event.
| |
EventEdit |
Fires when a user confirms event text changes (after editing).
| |
EventMenuClick |
This event is fired when a user selects context menu item where the MenuItem.Action is set to PostBack or CallBack.
| |
EventMove |
This event is fired when a user moves an event by dragging.
| |
EventRemove |
Fires when client-side EventRemove event is notified to the server.
| |
EventResize |
This event is fired when a user resizes an event by top or bottom border dragging.
| |
EventRightClick |
This event is fired when a user clicks an event with a right mouse button.
| |
EventSelect |
Fires when the user selects an event.
| |
EventUpdate |
Fires when client-side EventUpdate event is notified to the server.
| |
IncludeCell | ||
Init | (Inherited from Control.) | |
Load | (Inherited from Control.) | |
LoadNode |
Fires when the expand icon of a resource with ChildrenLoaded="false" is clicked.
| |
Notify |
Fires when queued client-side operations are notified to the server.
| |
PreRender | (Inherited from Control.) | |
ResourceCollapse |
Fires when the user collapses a resource tree node.
| |
ResourceExpand |
Fires when the user expands a resource tree node.
| |
ResourceHeaderClick | Obsolete.
Fires when the user clicks a row header. Obsolete: Use RowClick instead.
| |
ResourceHeaderMenuClick | Obsolete.
Fires when the user clicks a menu item. MenuItem.Action must be set to PostBack or CallBack. Obsolete: Use RowMenuClick event instead.
| |
RowClick |
Fires when the user clicks a row header.
| |
RowCreate |
Fires when the user finishes editing a new row field.
| |
RowEdit |
Fires when the user finishes inline row name editing.
| |
RowMenuClick |
Fires when the user clicks a menu item. MenuItem.Action must be set to PostBack or CallBack.
| |
RowMove |
Fires when the user drops a resource at the new location.
| |
RowSelect |
Fires when the user selects a row.
| |
Scroll |
This event is fired when the user scrolls using either the horizontal or vertical scrollbar.
| |
TimeHeaderClick |
Fires when the user clicks a row header.
| |
TimeRangeDoubleClick |
Fires when a user double-clicks a selected time range. TimeRangeDoubleClickHandling must be set to PostBack, CallBack, or JavaScript.
| |
TimeRangeMenuClick |
Fires when the user clicks a menu item. MenuItem.Action must be set to PostBack or CallBack.
| |
TimeRangeSelected |
This event is fired when a user clicks a time cell or selects cells by mouse dragging.
| |
Unload | (Inherited from Control.) |