Skip to main content
All docs
V19.2

ASPxTreeList.SettingsPopupEditForm Property

Provides access to the Popup Edit Form‘s settings.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListSettingsPopupEditForm SettingsPopupEditForm { get; }

Property Value

Type Description
TreeListSettingsPopupEditForm

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

See Also