Skip to main content

TreeListInitNewRowEventArgs.SetValue(Object, Object) Method

Sets the specified value in the specified column.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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