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

TreeListCommandColumnUpdateButton Class

A command button that allows you to update data with the server.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public class TreeListCommandColumnUpdateButton :
    TreeListCommandColumnButton

Remarks

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

Implements

Inheritance

See Also