Skip to main content

TreeList.EndCurrentEdit() Method

Posts the focused node’s values to the data source. Set the EndCurrentEdit(System.Boolean) parameter to true to re-sort and re-filter the tree after saving changes.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public virtual void EndCurrentEdit()
See Also