EnumSelectAllTextEvents
Enum
Specifies the names of the events that will automatically select the text in RadComboBox.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
[Flags]
public enum SelectAllTextEvents
Fields
All
The text will be selected on all events.
Declaration
cs-api-definition
All = GotFocus | DropDownOpen | SelectionChanged
Field Value
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.