Skip to main content
All docs
V25.1
  • TreeList.CloseEditForm() Method

    Closes the Edit Form.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v25.1.dll

    NuGet Packages: DevExpress.Win.Navigation, 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