Table of Contents

UntypedValue

Properties
public override object UntypedValue { get; }

The current Value expressed as an object. This is useful when the exact binding type is unknown (e.g., in unit tests) but should be avoided in hotpaths due to boxing.

Property Value
Type Description
object
Overrides
Binding.UntypedValue