Class DialogResult
Represents a result for a DialogViewModel.
public class DialogResult
- Inheritance
-
DialogResult
- Inherited Members
Properties
CloseReasonKey
Gets the key of the close reason, this should be the Key. For the keys of the standard buttons, see ButtonKeys.
public string CloseReasonKey { get; }
Property Value
Values
Gets the values of the Items that implement IHasInputValue.
public IReadOnlyList<object> Values { get; }
Property Value
- IReadOnlyList<object>
Returns a list containing the input values. At index 0 of the list is the value of the first input field, at index 1 the value of the second input field, and so on.