Skip to main content

TreeListSettings<RowType>.PreviewField<ValueType>(Expression<Func<RowType, ValueType>>) Method

Allows you to define the preview field.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void PreviewField<ValueType>(
    Expression<Func<RowType, ValueType>> expression
)

Parameters

Name Type Description
expression Expression<Func<RowType, ValueType>>

An expression that identifies the preview field.

Type Parameters

Name
ValueType
See Also