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

TreeListCommandColumnCancelButton Class

A command button that allows you to cancel data editing.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public class TreeListCommandColumnCancelButton :
    TreeListCommandColumnButton

Remarks

The Cancel command button allows end-users to cancel data editing. A command button can be represented by a button, image or link. Its representation is controlled by the column’s TreeListCommandColumn.ButtonType property. The TreeListCommandColumnCancelButton.Visible property specifies the button’s visibility. The button’s text is specified by the TreeListCommandColumnButton.Text property.

Implements

Inheritance

See Also