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

TreeListToolbarCommand Enum

Lists the values that specify names of commands that can be performed by clicking toolbar items.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v19.2.dll

Declaration

public enum TreeListToolbarCommand

Members

Name Description
Custom

A custom user command.

FullExpand

A command that expands all nodes.

FullCollapse

A command that collapses all nodes.

ClearSorting

A command that clears sorting by the current column.

ShowCustomizationWindow

A command that controls the Column Chooser visibility.

ShowFooter

A command that controls the footer visibility.

ShowFilterRow

A command that controls the filter row visibility.

ShowFilterRowMenu

A command that controls the filter row menu visibility.

ClearFilter

A command that clears the filter applied to the current column.

Refresh

A command that refreshes grid data.

NewRoot

A command that creates a new root node.

New

A command that creates a new node.

Edit

A command that allows editing the current node.

Delete

A command that deletes the current node.

DeleteSelectedNodesOnPage

A command that deletes the selected nodes on the page.

Update

A command that saves all the changes made to the current node and switches the ASPxTreeList to browse mode.

Cancel

A command that discards any changes made to the current node and switches the ASPxTreeList to browse mode.

ExpandNode

A command that expands the node.

CollapseNode

A command that collapses the node.

ExportToPdf

A command that exports the tree list’s data to a file in PDF format.

ExportToDocx

A command that exports the tree list’s data to a file in DOCX format.

ExportToRtf

A command that exports the tree list’s data to a file in RTF format.

ExportToXls

A command that exports the tree list’s data to a file in XLS format.

ExportToXlsx

A command that exports the tree list’s data to a file in XLSX format.

Related API Members

The following properties accept/return TreeListToolbarCommand values:

Remarks

The values listed by this enumeration are used to set the TreeListToolbarItem.Command property value.

See Also