Skip to main content

ExpressionHelper.GetSetKeyUntypedAction<TPropertyOwner, TProperty>(Expression<Func<TPropertyOwner, TProperty>>) Method

Namespace: DevExpress.Mvvm.Utils

Assembly: DevExpress.Mvvm.v23.2.DataModel.dll

NuGet Package: DevExpress.Scaffolding.Core

Declaration

public static Action<TPropertyOwner, object> GetSetKeyUntypedAction<TPropertyOwner, TProperty>(
    Expression<Func<TPropertyOwner, TProperty>> getKeyExpression
)

Parameters

Name Type
getKeyExpression Expression<Func<TPropertyOwner, TProperty>>

Type Parameters

Name
TPropertyOwner
TProperty

Returns

Type
Action<TPropertyOwner, Object>
See Also