ModelProperty.ComputedValue Property

Definition

Returns the currently computed value for this property. Setting a value on this property is the same as calling SetValue(Object), but can be used in data binding expressions.

public:
 abstract property System::Object ^ ComputedValue { System::Object ^ get(); void set(System::Object ^ value); };
public abstract object ComputedValue { get; set; }
member this.ComputedValue : obj with get, set
Public MustOverride Property ComputedValue As Object

Property Value

Returns the computed value as an Object.

Applies to