RadControls for WPF

Creates a custom text box used in RadGridView for editing.

Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2012.2.912.40 (2012.2.0912.40)

Syntax

C#
[ObsoleteAttribute("This class is obsolete. Please use TextBox instead!")]
public class TextBoxEditor : TextBox
Visual Basic
<ObsoleteAttribute("This class is obsolete. Please use TextBox instead!")> _
Public Class TextBoxEditor _
	Inherits TextBox

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.Primitives..::..TextBoxBase
                System.Windows.Controls..::..TextBox
                  Telerik.Windows.Controls.GridView..::..TextBoxEditor

See Also