TreeListSettings<RowType>.ParentField<ValueType>(Expression<Func<RowType, ValueType>>) Method
Allows you to define the parent field.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public void ParentField<ValueType>(
Expression<Func<RowType, ValueType>> parentFieldExpression
)
#Parameters
Name | Type | Description |
---|---|---|
parent |
Expression<Func<Row |
An expression that identifies a parent field. |
#Type Parameters
Name |
---|
Value |