Skip to main content

TreeListSettingsPopupEditForm.Caption Property

Gets or sets the Popup Edit Form‘s caption.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("Edit Form")]
public string Caption { get; set; }

Property Value

Type Default Description
String "Edit Form"

A String value that specifies the popup edit form’s caption.

Property Paths

You can access this nested property as listed below:

Object Type Path to Caption
TreeListPopupControlSettings
.EditForm .Caption
See Also