RadControls for Silverlight

Specifies the names of the events that will automatically select the text in RadComboBox.

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

Syntax

C#
public enum SelectAllTextEvents
Visual Basic
Public Enumeration SelectAllTextEvents

Members

Member nameValueDescription
None0 The text will never be selected.
GotFocus1 The text will be selected when RadComboBox gets the focus.
DropDownOpen2 The text will be selected when the dropdown is opened.
SelectionChanged4 The text will be selected when the selection changes.
All7 The text will be selected on all events.

See Also