Skip to main content
All docs
V25.1
  • ITreeList.GetDataItemValue(Object, String) Method

    Returns the value of the specified field for the specified data item.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    object GetDataItemValue(
        object dataItem,
        string fieldName
    )

    Parameters

    Name Type Description
    dataItem Object

    The data item whose field value should be returned.

    fieldName String

    The name of the data field whose value should be returned.

    Returns

    Type Description
    Object

    The field value.

    Remarks

    Refer to the GetDataItemValue(Object, String) method description for more information and an example.

    See Also