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

TreeListSettingsPopupEditForm.PopupElementID Property

Gets or sets the ID of a web control or HTML element with which the popup edit form is associated.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

[DefaultValue("")]
public string PopupElementID { get; set; }

Property Value

Type Default Description
String String.Empty

A string value specifying the ID of the web control or HTML element which the popup edit form is associated with.

Property Paths

You can access this nested property as listed below:

Object Type Path to PopupElementID
TreeListPopupControlSettings
.EditForm.PopupElementID
MVCxTreeList
.SettingsPopupEditForm.PopupElementID
MVCxTreeListPopupControlSettings
.EditForm.PopupElementID
TreeListSettings
.SettingsPopupEditForm.PopupElementID
TreeListSettings<RowType>
.SettingsPopupEditForm.PopupElementID
See Also