Enum ResponseButton
Specifies response buttons in window that will act as default buttons upon keyboard strokes. Used by ResponseButton attached property.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public enum ResponseButton
Accept
Accept will invoke the button's click method when the user hits Enter.
Cancel
Cancel will invoke the button's click method when the user hits ESC.
None
None will not invoke the button's click method automatically.