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.v20.2.dll

NuGet Package: DevExpress.Web

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:

Library Object Type Path to PopupElementID
ASP.NET Controls and MVC Extensions TreeListPopupControlSettings
.EditForm .PopupElementID
ASP.NET MVC Extensions MVCxTreeList
.SettingsPopupEditForm .PopupElementID
MVCxTreeListPopupControlSettings
.EditForm .PopupElementID
See Also