TreeListInitNewRowEventArgs.SetValue(Object, Object) Method
In This Article
Sets the specified value in the specified column.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
column |
Object | An object that identifies the tree list column (a Tree |
value | Object | A value for the column. |
See Also