Back to Devexpress

TreeListInitNewRowEventArgs.SetValue(Object, Object) Method

windowsforms-devexpress-dot-xtratreelist-dot-treelistinitnewroweventargs-dot-setvalue-x28-system-dot-object-system-dot-object-x29.md

latest1.7 KB
Original Source

TreeListInitNewRowEventArgs.SetValue(Object, Object) Method

Sets the specified value in the specified column.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public void SetValue(
    object columnId,
    object value
)
vb
Public Sub SetValue(
    columnId As Object,
    value As Object
)

Parameters

NameTypeDescription
columnIdObject

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

TreeListInitNewRowEventArgs Class

TreeListInitNewRowEventArgs Members

DevExpress.XtraTreeList Namespace