Class SelectAllTextEvents
Specifies the names of the events that will automatically select the text in RadComboBox.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class SelectAllTextEvents : Enum
Fields
All
The text will be selected on all events.
Declaration
public const SelectAllTextEvents All
Field Value
SelectAllTextEvents
|
DropDownOpen
The text will be selected when the dropdown is opened.
Declaration
public const SelectAllTextEvents DropDownOpen
Field Value
SelectAllTextEvents
|
GotFocus
The text will be selected when RadComboBox gets the focus.
Declaration
public const SelectAllTextEvents GotFocus
Field Value
SelectAllTextEvents
|
None
The text will never be selected.
Declaration
public const SelectAllTextEvents None
Field Value
SelectAllTextEvents
|
SelectionChanged
The text will be selected when the selection changes.
Declaration
public const SelectAllTextEvents SelectionChanged
Field Value
SelectAllTextEvents
|
value__
Declaration
public int value__
Field Value
System.Int32
|