ClassTreeViewDropDownListEditor
Class
Represents a DropDownList editor in RadTreeView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
[RadToolboxItem(false)]
public class TreeViewDropDownListEditor : BaseDropDownListEditor, IInputEditor, IValueEditor, ISupportInitialize
Inheritance: objectBaseInputEditorBaseDropDownListEditorTreeViewDropDownListEditor
Derived Classes:
Implements:
Inherited Members
Constructors
TreeViewDropDownListEditor()
Declaration
cs-api-definition
public TreeViewDropDownListEditor()
Methods
OnKeyDown(KeyEventArgs)
Declaration
cs-api-definition
protected override void OnKeyDown(KeyEventArgs e)
Parameters
e
Overrides
OnLostFocus()
Declaration
cs-api-definition
protected override void OnLostFocus()
Overrides
OnValueChanged()
Fires the ValueChanged event.
Declaration
cs-api-definition
public override void OnValueChanged()
Overrides