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

TreeListInitNewRowEventArgs.SetValue(Object, Object) Method

Sets the specified value in the specified column.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v20.1.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

public void SetValue(
    object columnId,
    object value
)

Parameters

Name Type Description
columnId Object

An object that identifies the tree list column (a TreeListColumn object, field name, column’s absolute index, or DataColumn object).

value Object

A value for the column.

See Also