Skip to main content
A newer version of this page is available. .

TreeList.CloseEditForm() Method

Closes the Edit Form.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v21.2.dll

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

Declaration

public virtual bool CloseEditForm()

Returns

Type Description
Boolean

true if data is successfully saved and the Edit Form is closed; otherwise, false.

See Also