Back to Devexpress

ASPxClientTreeList.SetEditValue(column, value) Method

aspnet-js-aspxclienttreelist-dot-seteditvalue-x28-column-value-x29.md

latest784 B
Original Source

ASPxClientTreeList.SetEditValue(column, value) Method

Sets the value of the specified edit cell.

Declaration

ts
SetEditValue(
    column: ASPxClientTreeListColumn | number | string,
    value: any
): void

Parameters

NameTypeDescription
columnstringnumber
valueany

An object that specifies the edit cell’s new value.

|

See Also

GetEditValue(column)

Tree List

ASPxClientTreeList Class

ASPxClientTreeList Members