IInstantFeedbackSource<TEntity>.GetPropertyValue<TProperty>(Object, Expression<Func<TEntity, TProperty>>) Method
Get the value of a property.
Namespace: DevExpress.Mvvm.DataModel
Assembly: DevExpress.Mvvm.v24.1.DataModel.dll
NuGet Package: DevExpress.Scaffolding.Core
Declaration
TProperty GetPropertyValue<TProperty>(
object threadSafeProxy,
Expression<Func<TEntity, TProperty>> propertyExpression
)
Parameters
Name | Type | Description |
---|---|---|
threadSafeProxy | Object | A proxy object. |
propertyExpression | Expression<Func<TEntity, TProperty>> | An expression specifying the property which value is to be fetched. |
Type Parameters
Name |
---|
TProperty |
Returns
Type |
---|
TProperty |
See Also