Skip to main content
A newer version of this page is available.
All docs
V18.2

TreeListSettings.SettingsPopupEditForm Property

Provides access to the popup edit form settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public MVCxTreeListSettingsPopupEditForm SettingsPopupEditForm { get; }

Property Value

Type Description
MVCxTreeListSettingsPopupEditForm

An MVCxTreeListSettingsPopupEditForm object that contains the popup edit form’s settings.

See Also