Table of Contents

Class EnterValueDialog

Namespace
The.Model.Editor
Assembly
Instagile.Model.dll

Arbitrary string entry

public sealed class EnterValueDialog : DialogBase<string?>, IDialog<string?>, IDialog
Inheritance
EnterValueDialog
Implements
Inherited Members

Constructors

EnterValueDialog(string, string, Func<string?, string>)

public EnterValueDialog(string label, string currentValue, Func<string?, string> getDoc)

Parameters

label string
currentValue string
getDoc Func<string, string>

Properties

DoCancel

public ICommand DoCancel { get; }

Property Value

ICommand

DoOK

public ICommand DoOK { get; }

Property Value

ICommand

Text

public IProperty<string> Text { get; }

Property Value

IProperty<string>