Skip to main content

TreeListPopupControlSettings.EditForm Property

Provides access to the Popup Edit Form‘s settings.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TreeListSettingsPopupEditForm EditForm { get; }

Property Value

Type Description
TreeListSettingsPopupEditForm

A TreeListSettingsPopupEditForm object that contains the Edit Form’s settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to EditForm
ASPxTreeList
.SettingsPopup .EditForm
See Also