This example enables in-place editing for the WinForms TreeList control.
This example implements a custom View Controller (TreeListInplaceEditViewController.cs). This controller gets access to the WinForms TreeList control and uses its API to make control data editable.
Note: This example is not a complete solution. Thoroughly test, extend, and modify its code to meet your business requirements.
Possible limitations and alternative solutions: Tree List Editors - How to edit data directly in the tree view (inplace / inline modifications).
- How to: Access the Grid Component in a List View
- Tree List > Feature Center > Data Editing
- TreeListOptionsBehavior.Editable property
- TreeList.ShowingEditor event
- TreeList.CellValueChanged event
(you will be redirected to DevExpress.com to submit your response)