Interface IHasInputValue
- Namespace
- Loehnert.Controls.Dialogs.ViewModels
- Assembly
- Loehnert.Controls.dll
Represents an interface for a view model with an input value.
public interface IHasInputValue
Properties
Value
Gets the input value.
object Value { get; }