RadControls for WPF

A PickerTextBox class.

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

Syntax

C#
public class PickerTextBox : TextBox, 
	IThemable
Visual Basic
Public Class PickerTextBox _
	Inherits TextBox _
	Implements IThemable

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..::..PickerTextBox
                    Telerik.Windows.Controls.MaskedTextBox..::..ExtendedTextBox

See Also