TreeListCommandColumn.UpdateButton Property
Gets the Update button’s settings.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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