Skip to main content

GridViewSettings<RowType>.KeyFields<ValueType>(Expression<Func<RowType, ValueType>>[]) Method

Allows you to define the key fields.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void KeyFields<ValueType>(
    params Expression<Func<RowType, ValueType>>[] keyExpressions
)

Parameters

Name Type Description
keyExpressions Expression<Func<RowType, ValueType>>[]

An expression that identifies a key field.

Type Parameters

Name
ValueType
See Also