ASPxClientGantt Members
In This Article
#Properties
Name | Description |
---|---|
name |
Gets the unique, hierarchically-qualified identifier for the control.
Inherited from ASPx |
#Methods
Name | Description |
---|---|
Adjust |
Modifies the control’s size against the control’s container.
Inherited from ASPx |
Adjust |
Modifies the controls size within the specified container.
Inherited from ASPx |
Assign |
Assigns a resource to a task. |
Cast |
Converts the specified object to the current object’s type.
Inherited from ASPx |
Collapse |
Collapses all tasks. |
Collapse |
Collapses the specified parent task. |
Delete |
Deletes a dependency. |
Delete |
Deletes a resource. |
Delete |
Deletes a task. |
Expand |
Expands all tasks. |
Expand |
Expands the specified task. |
Export |
Exports Gantt chart data to a PDF document. |
Get |
Obsolete. Returns a value specifying whether a control is displayed.
Inherited from ASPx |
Get |
Returns a collection of client web control objects.
Inherited from ASPx |
Get |
Gets the dependency data. |
Get |
Gets the focused task’s key. |
Get |
Returns the control’s height.
Inherited from ASPx |
Get |
Returns an HTML element that is the root of the control’s hierarchy.
Inherited from ASPx |
Get |
Returns a client instance of the control that is the parent for a specified control.
Inherited from ASPx |
Get |
Gets the resource assignment data. |
Get |
Gets the resource data. |
Get |
Gets the task data. |
Get |
Gets resources assigned to a task. |
Get |
Returns a value specifying whether a control is displayed.
Inherited from ASPx |
Get |
Gets the keys of the visible dependencies. |
Get |
Gets the keys of the visible resource assignments. |
Get |
Gets the keys of the visible resources. |
Get |
Gets the keys of the visible tasks. |
Get |
Returns the control’s width.
Inherited from ASPx |
In |
Returns a value that determines whether a callback request sent by a web control is being currently processed on the server side.
Inherited from ASPx |
Insert |
Inserts a new dependency. |
Insert |
Inserts a new resource. |
Insert |
Inserts a new task. |
Perform |
Sends a callback to the server and raises the server-side Custom |
Refresh | Reloads data from the data source and redraws the Gantt layout. |
Scroll |
Scrolls the Gantt chart to the specified date. |
Send |
Specifies the text that Assistive Technologies (screen readers or braille display, for example) will provide to a user.
Inherited from ASPx |
Set |
Obsolete. Specifies whether a control is displayed.
Inherited from ASPx |
Set |
Sets the end date of the date interval in the Gantt chart. |
Set |
Sets the focused task. |
Set |
Specifies the control’s height. Note that this method is not in effect for some controls. Inherited from ASPx |
Set |
Sets the start date of the date interval in the Gantt chart. |
Set |
Sets the task’s title position. |
Set |
Specifies the view type. |
Set |
Specifies whether a control is displayed.
Inherited from ASPx |
Set |
Specifies the control’s width in pixels.
Inherited from ASPx |
Show |
Shows or hides task dependencies. |
Show |
Invokes the Resource Manager dialog. |
Show |
Specifies whether the resources are visible in the Gantt. |
Show |
Invokes the Task Details dialog. |
Unassign |
Unassigns resources from a task. |
Unassign |
Removes a resource from the task. |
Update |
Updates the task data. |
Zoom |
Zooms in the Gantt chart. |
Zoom |
Zooms out the Gantt chart. |
#Events
Name | Description |
---|---|
Begin |
Occurs when a callback for server-side processing is initiated. |
Callback |
Fires on the client if any server error occurs during server-side processing of a callback sent by the ASPx |
Context |
Occurs when a user right-clicks a task or dependency to open the context menu. |
Context |
Occurs before the built-in context menu is rendered. |
Custom |
Enables you to implement a custom command’s logic. |
Dependency |
Occurs after a user deleted a dependency. |
Dependency |
Occurs before a user deletes a dependency. |
Dependency |
Occurs after a user inserted a dependency. |
Dependency |
Occurs before a user inserts a dependency. |
End |
Occurs on the client side after a callback’s server-side processing has been completed. |
End |
Occurs before a user finishes editing a cell. |
Focused |
Occurs after a task is focused. |
Focused |
Occurs before a task is focused. |
Init |
Occurs on the client side after the control has been initialized.
Inherited from ASPx |
Progress |
Occurs before the Gantt displays the tooltip when users changes the task’s progress in the UI. |
Resource |
Occurs after a user assigned a resource to a task. |
Resource |
Occurs before a user assigns a resource to a task. |
Resource |
Occurs after a user deleted a resource. |
Resource |
Occurs before a user deletes a resource. |
Resource |
Occurs after a user inserted a new resource. |
Resource |
Occurs before a user inserts a new resource. |
Resource |
Occurs before the Resource Manager dialog is shown. |
Resource |
Occurs after a user removed a resource from a task. |
Resource |
Occurs before a user removes a resource from a task. |
Scale |
Occurs after a scale cell is prepared. |
Start |
Occurs before a user starts to edit a cell. |
Task |
Occurs when a user clicks a task. |
Task |
Occurs when a user double-clicks a task. |
Task |
Occurs after a user deleted a task. |
Task |
Occurs before a user deletes a task. |
Task |
Occurs before the edit dialog is shown. |
Task |
Occurs after a user inserted a task. |
Task |
Occurs before a user inserts a task. |
Task |
Occurs before a user moves a task. |
Task |
Occurs before a task is displayed. |
Task |
Occurs after a user updated a task. |
Task |
Occurs before a user updates a task. |
Time |
Occurs before the Gantt displays the tooltip when users resizes or moves the task in the UI. |
Tooltip |
Occurs before a tooltip is displayed. |
See Also