Skip to main content
A newer version of this page is available. .

IInstantFeedbackSource<TEntity>.GetPropertyValue<TProperty>(Object, Expression<Func<TEntity, TProperty>>) Method

Get the value of a property.

Namespace: DevExpress.Mvvm.DataModel

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

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