Enum SelectAllTextEvents
Specifies the names of the events that will automatically select the text in RadComboBox.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
[Flags]
public enum SelectAllTextEvents
All
The text will be selected on all events.
DropDownOpen
The text will be selected when the dropdown is opened.
GotFocus
The text will be selected when RadComboBox gets the focus.
None
The text will never be selected.
SelectionChanged
The text will be selected when the selection changes.