Skip to main content
All docs
V25.1
  • TreeListInitNewRowEventArgs.SetValue(Object, Object) Method

    Sets the specified value in the specified column.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v25.1.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