RadControls for WPF

RadConfirm requests the user the confirm given question.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation (in Telerik.Windows.Controls.Navigation.dll) Version: 2013.1.403.40

Syntax

C#
public class RadConfirm : RadAlert
Visual Basic
Public Class RadConfirm _
	Inherits RadAlert

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                Telerik.Windows.Controls..::..RadAlert
                  Telerik.Windows.Controls..::..RadConfirm
                    Telerik.Windows.Controls..::..RadPrompt

See Also