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

TreeListCommandColumn.CancelButton Property

Gets the Cancel button’s settings.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListCommandColumnButton CancelButton { get; }

Property Value

Type Description
TreeListCommandColumnButton

A TreeListCommandColumnButton object that specifies the button’s settings.

Remarks

The Cancel button discards any changes made to the current node and switches the ASPxTreeList to browse mode. Use the CancelButton property to specify the button’s image, caption and visibility. The button’s type is specified by the TreeListCommandColumn.ButtonType property.

See Also