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

TreeListSettingsPopupEditForm.Caption Property

Gets or sets the Popup Edit Form‘s caption.

Namespace: DevExpress.Web.ASPxTreeList

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

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
MVCxTreeList
MVCxTreeListPopupControlSettings
.EditForm.Caption
TreeListSettings
TreeListSettings<RowType>
See Also