TreeListInitNewRowEventArgs.SetValue(Object, Object) Method
Sets the specified value in the specified column.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
Declaration
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