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.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public void ParentField<ValueType>(
Expression<Func<RowType, ValueType>> parentFieldExpression
)
Parameters
Name | Type | Description |
---|---|---|
parentFieldExpression | Expression<Func<RowType, ValueType>> | An expression that identifies a parent field. |
Type Parameters
Name |
---|
ValueType |
See Also