ExpressionProperty<T>.GetValue(Object) Method

Definition

Get the value.

public virtual T GetValue (object data);
abstract member GetValue : obj -> 'T
override this.GetValue : obj -> 'T
Public Overridable Function GetValue (data As Object) As T

Parameters

data
Object

data to use for expression binding.

Returns

T

Value or default(T) if not found.

Applies to