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

MVCxClientGantt Members

A client-side counterpart of the Gantt extension.

Properties

Name Description
name Gets the unique, hierarchically-qualified identifier for the control. Inherited from ASPxClientControlBase.

Methods

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.
Cast(obj) static Converts the specified object to the MVCxClientGantt type.
CollapseAll Collapses all Node. Inherited from ASPxClientTreeList.
CollapseNode(key) Collapses the specified node preserving the expanded state of child nodes. Inherited from ASPxClientTreeList.
ExpandAll Expands all nodes. Inherited from ASPxClientTreeList.
ExpandNode(key) Expands the specified node preserving the collapsed state of child nodes. Inherited from ASPxClientTreeList.
Focus Sets input focus to the ASPxTreeList. Inherited from ASPxClientTreeList.
GetClientVisible Obsolete. Returns a value specifying whether a control is displayed. Inherited from ASPxClientControlBase.
GetColumnByFieldName(fieldName) Returns the client column which is bound to the specified data source field. Inherited from ASPxClientTreeList.
GetColumnByIndex(index) Returns the column located at the specified position within the ASPxTreeList.Columns collection. Inherited from ASPxClientTreeList.
GetColumnByName(name) Returns the column with the specified name. Inherited from ASPxClientTreeList.
GetColumnCount Returns the number of columns within the client ASPxTreeList. Inherited from ASPxClientTreeList.
GetControlCollection static Returns a collection of client web control objects. Inherited from ASPxClientControl.
GetFocusedNodeKey Returns the focused node’s key value. Inherited from ASPxClientTreeList.
GetHeight Returns the control’s height. Inherited from ASPxClientControl.
GetHorizontalScrollPosition Returns the current horizontal scroll position of the tree list’s content. Inherited from ASPxClientTreeList.
GetMainElement Returns an HTML element that is the root of the control’s hierarchy. Inherited from ASPxClientControlBase.
GetNodeHtmlElement(nodeKey) Returns an HTML table row that represents the specified node. Inherited from ASPxClientTreeList.
GetNodeState(nodeKey) Returns the specified node’s state. Inherited from ASPxClientTreeList.
GetNodeValues(nodeKey, fieldNames, onCallback) Obtains specified data source field values within a specified node, and submits them to the specified JavaScript function. Inherited from ASPxClientTreeList.
GetParentControl Returns a client instance of the control that is the parent for a specified control. Inherited from ASPxClientControlBase.
GetVerticalScrollPosition Returns the current vertical scroll position of the tree list’s content. Inherited from ASPxClientTreeList.
GetVisible Returns a value specifying whether a control is displayed. Inherited from ASPxClientControlBase.
GetVisibleColumnCount Returns the number of visible columns within the client ASPxTreeList. Inherited from ASPxClientTreeList.
GetVisibleNodeKeys Obtains key values of nodes that are displayed within the current page. Inherited from ASPxClientTreeList.
GetVisibleNodeValues(fieldNames, onCallback) Obtains specified data source field values within nodes that are displayed within the current page, and submits them to the specified JavaScript function. Inherited from ASPxClientTreeList.
GetWidth Returns the control’s width. Inherited from ASPxClientControl.
HideCustomizationWindow Closes the Customization Window. Inherited from ASPxClientTreeList.
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.
IsCustomizationWindowVisible Indicates whether the Customization Window is displayed. Inherited from ASPxClientTreeList.
MakeNodeVisible(nodeKey) Scrolls the tree list so that the specified node becomes visible. Inherited from ASPxClientTreeList.
PerformCallback(data) Sends a callback with a parameter to update the Gantt by processing the passed information on the server, in an Action specified via the gantts CustomActionRouteValues property.
PerformCustomCallback(arg) Obsolete. Sends a callback to the server and generates the server-side ASPxTreeList.CustomCallback event, passing it the specified argument. Inherited from ASPxClientTreeList.
PerformCustomDataCallback(data) Sends a callback with a parameter to process the passed information on the server, in an Action specified via the Gantt’s CustomDataActionRouteValues property, and then returns the processing result to the client, to the ASPxClientGantt.PerformCustomDataCallback event. This method does not update the Gantt.
Refresh Updates the tree list data. Inherited from ASPxClientTreeList.
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.
SetFocusedNodeKey(key) Moves focus to the specified node. Inherited from ASPxClientTreeList.
SetHeight(height)

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

Inherited from ASPxClientControl.
SetHorizontalScrollPosition(position) Specifies the horizontal scroll position for the tree list’s content. Inherited from ASPxClientTreeList.
SetTaskTitlePosition(position) Sets a task’s title position. Inherited from ASPxClientGantt.
SetVerticalScrollPosition(position) Specifies the vertical scroll position for the tree list’s content. Inherited from ASPxClientTreeList.
SetViewType(viewType) Sets a view to display tasks. 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.
ShowCustomizationWindow Invokes the Customization Window and displays it over the specified HTML element. Inherited from ASPxClientTreeList.
ShowResources(value) Shows resources for tasks. Inherited from ASPxClientGantt.
SortBy(columnIndex) Sorts data by the specified data column‘s values. Inherited from ASPxClientTreeList.

Events

Name Description
BeginCallback Occurs when you initiates a callback to the server side.
CallbackError Fires on the client if any unhandled server error occurs during server-side processing of a callback sent by the ASPxClientTreeList. Inherited from ASPxClientTreeList.
ColumnResized Occurs after a column’s width has been changed by an end-user. Inherited from ASPxClientTreeList.
ColumnResizing Enables you to prevent columns from being resized. Inherited from ASPxClientTreeList.
ContextMenu Enables you to display a context menu. Inherited from ASPxClientTreeList.
CustomButtonClick Occurs when a custom command button has been clicked. Inherited from ASPxClientTreeList.
CustomDataCallback Fires after the callback has been processed in the ASPxTreeList.CustomDataCallback event handler. Inherited from ASPxClientTreeList.
CustomizationWindowCloseUp Fires after the Customization Window has been closed. Inherited from ASPxClientTreeList.
EndCallback Occurs on the client after a callback’s server-side processing has been completed. Inherited from ASPxClientTreeList.
FocusedNodeChanged Fires in response to changing node focus. Inherited from ASPxClientTreeList.
Init Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase.
NodeClick Fires on the client when a node is clicked. Inherited from ASPxClientTreeList.
NodeCollapsing Fires before a node is collapsed. Inherited from ASPxClientTreeList.
NodeDblClick Fires on the client when a node is double clicked. Inherited from ASPxClientTreeList.
NodeExpanding Fires before a node is expanded. Inherited from ASPxClientTreeList.
NodeFocusing Fires before the focused node has been changed. Inherited from ASPxClientTreeList.
See Also