General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
TreeListCommandColumnButtonType Enum
Lists values that specify a command button's type.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v19.2.dll
Declaration
Members
Name | Description |
---|---|
ApplyFilter | Corresponds to the Apply command. Applies the filter criteria. |
ApplySearchPanelFilter | Corresponds to the Apply command. Applies the search panel's filter criteria. |
Cancel | Corresponds to the Cancel command. Discards any changes made to the current node and switches the ASPxTreeList to browse mode. |
ClearFilter | A command that clears the filter applied to the current column. |
ClearSearchPanelFilter | Corresponds to the Clear command. Clears the filter specified in the search panel. |
Custom | Corresponds to the custom type of command buttons. Custom command buttons are contained within the command column's TreeListCommandColumn.CustomButtons collection. |
Delete | Corresponds to the Delete command. Deletes the current node. |
Edit | Corresponds to the Edit command. Switches the ASPxTreeList to edit mode. |
New | Corresponds to the New command. Creates a new node. |
Recover | Corresponds to the Recover command. Recovers the deleted nodes. |
Update | Corresponds to the Update command. Saves all the changes made to the current node, and switches the ASPxTreeList to browse mode. |
Remarks
The values listed by this enumeration are used to set the TreeListCommandColumn.ButtonType property.