AdjustControl
|
Modifies the control’s size against the control’s container.
|
AdjustControls
static
|
Modifies the controls size within the specified container.
|
ApplyFilter(filterExpression)
|
Applies the specified filter expression to the tree list.
|
ApplyOnClickRowFilter
|
Applies a filter specified in the filter row to the ASPxTreeList.
|
ApplySearchPanelFilter(value)
|
Applies the specified search panel filter criterion to tree list data.
|
AutoFilterByColumn(column, val)
|
Applies a filter to the specified data column.
|
CancelEdit
|
Cancels all the changes made and switches the ASPxTreeList to browse mode.
|
Cast(obj)
static
|
Converts the specified object to the ASPxClientTreeList type.
|
ClearFilter
|
Clears the filter expression applied to a client Tree List.
|
CloseFilterControl
|
Hides the Filter Control.
|
CollapseAll
|
Collapses all Node.
|
CollapseNode(key)
|
Collapses the specified node preserving the expanded state of child nodes.
|
DeleteNode(nodeKey)
|
Deletes the specified node.
|
ExpandAll
|
Expands all nodes.
|
ExpandNode(key)
|
Expands the specified node preserving the collapsed state of child nodes.
|
ExportTo(format)
|
Exports tree list data to a file in the specified format.
|
Focus
|
Sets input focus to the ASPxTreeList.
|
FocusEditor(column)
|
Moves focus to the specified editor within the edited node.
|
GetAutoFilterEditor(column)
|
Returns the editor used to edit the value in the auto filter row for the specified data column.
|
GetClientVisible
|
Obsolete. Returns a value specifying whether a control is displayed.
|
GetColumnByFieldName(fieldName)
|
Returns the client column which is bound to the specified data source field.
|
GetColumnByIndex(index)
|
Returns the column located at the specified position within the ASPxTreeList.Columns collection.
|
GetColumnByName(name)
|
Returns the column with the specified name.
|
GetColumnCount
|
Returns the number of columns within the client ASPxTreeList.
|
GetControlCollection
static
|
Returns a collection of client web control objects.
|
GetEditingNodeKey
|
Gets the key value of the node currently being edited.
|
GetEditor(column)
|
Returns the editor used to edit the specified column’s values.
|
GetEditValue(column)
|
Returns the value of the specified edit cell.
|
GetFocusedNodeKey
|
Returns the focused node’s key value.
|
GetHeight
|
Returns the control’s height.
|
GetHorizontalScrollPosition
|
Returns the current horizontal scroll position of the tree list’s content.
|
GetMainElement
|
Returns an HTML element that is the root of the control’s hierarchy.
|
GetNodeHtmlElement(nodeKey)
|
Returns an HTML table row that represents the specified node.
|
GetNodeState(nodeKey)
|
Returns the specified node’s state.
|
GetNodeValues(nodeKey, fieldNames, onCallback)
|
Obtains specified data source field values within a specified node, and submits them to the specified JavaScript function.
|
GetPageCount
|
Gets the number of pages to which the ASPxTreeList’s data is divided.
|
GetPageIndex
|
Gets the index of the page currently being selected.
|
GetParentControl
|
Returns a client instance of the control that is the parent for a specified control.
|
GetPopupEditForm
|
Gets the Popup Edit Form.
|
GetSelectedNodeValues(fieldNames, onCallback)
|
Obtains specified data source field values within selected nodes, and submits them to the specified JavaScript function.
|
GetToolbar(index)
|
Returns a toolbar specified by its index.
|
GetToolbarByName(name)
|
Returns a toolbar specified by its name.
|
GetVerticalScrollPosition
|
Returns the current vertical scroll position of the tree list’s content.
|
GetVisible
|
Returns a value specifying whether a control is displayed.
|
GetVisibleColumnCount
|
Returns the number of visible columns within the client ASPxTreeList.
|
GetVisibleNodeKeys
|
Obtains key values of nodes that are displayed within the current page.
|
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.
|
GetVisibleSelectedNodeKeys
|
Obtains key values of selected nodes that are displayed within the current page.
|
GetWidth
|
Returns the control’s width.
|
GoToPage(index)
|
Selects the specified page.
|
HideCustomizationWindow
|
Closes the Customization Window.
|
InCallback
|
Returns a value that determines whether a callback request sent by a web control is being currently processed on the server side.
|
IsCustomizationWindowVisible
|
Indicates whether the Customization Window is displayed.
|
IsEditing
|
Indicates whether the ASPxTreeList is in edit mode.
|
IsNodeSelected(nodeKey)
|
Indicates whether the specified node is selected.
|
MakeNodeVisible(nodeKey)
|
Scrolls the tree list so that the specified node becomes visible.
|
MoveNode(nodeKey, parentNodeKey)
|
Moves the specified node to a new position.
|
NextPage
|
Activates the next page.
|
PerformCallback(args)
|
Sends a callback to the server and generates the server-side ASPxTreeList.CustomCallback event, passing it the specified argument.
|
PerformCustomCallback(arg)
|
Obsolete. Sends a callback to the server and generates the server-side ASPxTreeList.CustomCallback event, passing it the specified argument.
|
PerformCustomDataCallback(arg)
|
Sends a callback to the server and generates the server-side ASPxTreeList.CustomDataCallback event passing it the specified argument.
|
PrevPage
|
Activates the previous page.
|
Refresh
|
Updates the tree list data.
|
SelectNode(nodeKey)
|
Selects or deselects the specified node.
|
SendMessageToAssistiveTechnology(message)
|
Specifies the text that Assistive Technologies (screen readers or braille display, for example) will provide to a user.
|
SetClientVisible(visible)
|
Obsolete. Specifies whether a control is displayed.
|
SetEditValue(column, value)
|
Sets the value of the specified edit cell.
|
SetFilterEnabled(isFilterEnabled)
|
Enables or disables the current filter.
|
SetFocusedNodeKey(key)
|
Moves focus to the specified node.
|
SetHeight(height)
|
Specifies the control’s height.
Note that this method is not in effect for some controls.
|
SetHorizontalScrollPosition(position)
|
Specifies the horizontal scroll position for the tree list’s content.
|
SetSearchPanelCustomEditor(editor)
|
Specifies a custom editor for the search panel on the client side.
|
SetVerticalScrollPosition(position)
|
Specifies the vertical scroll position for the tree list’s content.
|
SetVisible(visible)
|
Specifies whether a control is displayed.
|
SetWidth(width)
|
Specifies the control’s width in pixels.
|
ShowCustomizationWindow
|
Invokes the Customization Window and displays it over the specified HTML element.
|
ShowFilterControl
|
Displays the Filter Control.
|
SortBy(columnIndex)
|
Sorts data by the specified data column‘s values.
|
StartEdit(nodeKey)
|
Switches the ASPxTreeList to edit mode.
|
StartEditNewNode
|
Switches the ASPxTreeList to edit mode and allows new node values to be edited.
|
UpdateEdit
|
Saves all the changes made and switches the ASPxTreeList to browse mode.
|