Back to Devexpress

TreeListToolbarCommand Enum

aspnet-devexpress-dot-web-dot-aspxtreelist-abea1d3d.md

latest3.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum TreeListToolbarCommand
vb
Public Enum TreeListToolbarCommand

Members

NameDescription
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.

|

The following properties accept/return TreeListToolbarCommand values:

See Also

DevExpress.Web.ASPxTreeList Namespace