Skip to main content
A newer version of this page is available. .

MVCxClientGantt Methods

A client-side counterpart of the Gantt extension.
Name Description
AdjustControl Modifies the control’s size against the control’s container. Inherited from ASPxClientControl.
AdjustControls static Modifies the controls size within the specified container. Inherited from ASPxClientControl.
AssignResourceToTask(resourceKey, taskKey) Assigns a resource to a task. Inherited from ASPxClientGantt.
Cast(obj) static Converts the specified object to the MVCxClientGantt type.
CollapseAll Collapses all tasks. Inherited from ASPxClientGantt.
CollapseTask(key) Collapses the specified parent task. Inherited from ASPxClientGantt.
DeleteDependency(key) Deletes a dependency. Inherited from ASPxClientGantt.
DeleteResource(key) Deletes a resource. Inherited from ASPxClientGantt.
DeleteTask(key) Deletes a task. Inherited from ASPxClientGantt.
ExpandAll Expands all tasks. Inherited from ASPxClientGantt.
ExpandTask(key) Expands the specified task. Inherited from ASPxClientGantt.
GetClientVisible Obsolete. Returns a value specifying whether a control is displayed. Inherited from ASPxClientControlBase.
GetControlCollection static Returns a collection of client web control objects. Inherited from ASPxClientControl.
GetDependencyData(key) Gets the dependency data. Inherited from ASPxClientGantt.
GetFocusedTaskKey Gets the focused task’s key. Inherited from ASPxClientGantt.
GetHeight Returns the control’s height. Inherited from ASPxClientControl.
GetMainElement Returns an HTML element that is the root of the control’s hierarchy. Inherited from ASPxClientControlBase.
GetParentControl Returns a client instance of the control that is the parent for a specified control. Inherited from ASPxClientControlBase.
GetResourceAssignmentData(key) Gets the resource assignment data. Inherited from ASPxClientGantt.
GetResourceData(key) Gets the resource data. Inherited from ASPxClientGantt.
GetTaskData(key) Gets the task data. Inherited from ASPxClientGantt.
GetTaskResources(key) Gets resources assigned to a task. Inherited from ASPxClientGantt.
GetVisible Returns a value specifying whether a control is displayed. Inherited from ASPxClientControlBase.
GetVisibleDependencyKeys Gets the keys of the visible dependencies. Inherited from ASPxClientGantt.
GetVisibleResourceAssignmentKeys Gets the keys of the visible resource assignments. Inherited from ASPxClientGantt.
GetVisibleResourceKeys Gets the keys of the visible resources. Inherited from ASPxClientGantt.
GetVisibleTaskKeys Gets the keys of the visible tasks. Inherited from ASPxClientGantt.
GetWidth Returns the control’s width. Inherited from ASPxClientControl.
InCallback Returns a value that determines whether a callback request sent by a web control is being currently processed on the server side. Inherited from ASPxClientControlBase.
InsertDependency(data) Inserts a new dependency. Inherited from ASPxClientGantt.
InsertResource(data, taskKeys) Inserts a new resource. Inherited from ASPxClientGantt.
InsertTask(data) Inserts a new task. Inherited from ASPxClientGantt.
SendMessageToAssistiveTechnology(message) Specifies the text that Assistive Technologies (screen readers or braille display, for example) will provide to a user. Inherited from ASPxClientControlBase.
SetClientVisible(visible) Obsolete. Specifies whether a control is displayed. Inherited from ASPxClientControlBase.
SetFocusedTaskKey(key) Sets the focused task. Inherited from ASPxClientGantt.
SetHeight(height)

Specifies the control’s height. Note that this method is not in effect for some controls.

Inherited from ASPxClientControl.
SetTaskTitlePosition(position) Sets the task’s title position. Inherited from ASPxClientGantt.
SetViewType(viewType) Specifies the view type. Inherited from ASPxClientGantt.
SetVisible(visible) Specifies whether a control is displayed. Inherited from ASPxClientControlBase.
SetWidth(width) Specifies the control’s width in pixels. Inherited from ASPxClientControl.
ShowResources(value) Specifies whether the resources are visible in the Gantt. Inherited from ASPxClientGantt.
UnassignResourceFromTask(resourceKey, taskKey) Removes a resource from the task. Inherited from ASPxClientGantt.
UpdateTask(key, data) Updates the task data. Inherited from ASPxClientGantt.
See Also