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