Skip to main content

TreeListCommandColumn.UpdateButton Property

Gets the Update button’s settings.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListCommandColumnUpdateButton UpdateButton { get; }

Property Value

Type Description
TreeListCommandColumnUpdateButton

The button’s settings.

Remarks

The Update button applies changes to the current node.

Use the UpdateButton property to specify the button’s image, caption, and visibility. You can define the command button’s type with the TreeListCommandColumn.ButtonType property.

See Also