A control that allows for selecting an item from a predefined set of items.
Two modes are available - if the picker contains up to 5 items they are displayed inline.
If items are more than five, they are displayed in a separate popup RadWindow.
Namespace: Telerik.Windows.ControlsAssembly: Telerik.Windows.Controls.Input (in Telerik.Windows.Controls.Input.dll) Version: 2013.1.422.2040 (2013.1.0422.2040)
Syntax
| C# |
|---|
public class RadListPicker : RadSelector,
IWeakEventListener |
| Visual Basic |
|---|
Public Class RadListPicker _
Inherits RadSelector _
Implements IWeakEventListener |
| Visual C++ |
|---|
public ref class RadListPicker : public RadSelector,
IWeakEventListener |
Inheritance Hierarchy
See Also