Property Result
Result
Gets the result extracted from the content view when the popover was last closed.
public TResult? Result { get; protected set; }
Property Value
- TResult
Remarks
This property is set when the popover becomes hidden, either by extracting via ResultExtractor or automatically via IValue<TValue>.
If no result extractor is provided and the content view doesn't implement IValue<TValue>, this property remains null.