ExpressionHelper.GetSetKeyAction<TPropertyOwner, TProperty>(Expression<Func<TPropertyOwner, TProperty>>) Method
Namespace: DevExpress.Mvvm.Utils
Assembly: DevExpress.Mvvm.v24.1.DataModel.dll
NuGet Package: DevExpress.Scaffolding.Core
Declaration
public static Action<TPropertyOwner, TProperty> GetSetKeyAction<TPropertyOwner, TProperty>(
Expression<Func<TPropertyOwner, TProperty>> getKeyExpression
)
Parameters
Name | Type |
---|---|
getKeyExpression | Expression<Func<TPropertyOwner, TProperty>> |
Type Parameters
Name |
---|
TPropertyOwner |
TProperty |
Returns
Type |
---|
Action<TPropertyOwner, TProperty> |
See Also