or
var DialogParam = new DialogParameters { Content = new TextBlock() { Text = "..." }, Header = new TextBlock() { Text="", } }; RadWindow.Prompt(DialogParam); RadWindow.Prompt(DialogParam, ActionOnClose);
