Zetbox.Client.Presentables.ValueInputTaskViewModel.SetCancelCommandLabel C# (CSharp) Method

SetCancelCommandLabel() public method

public SetCancelCommandLabel ( string cancelLabel ) : void
cancelLabel string
return void
        public void SetCancelCommandLabel(string cancelLabel)
        {
            EnsureCancelCommand();
            _CancelCommand.Label = cancelLabel;
        }