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

ASPxGridViewPopupControlSettings.EditForm Property

Provides access to the Popup Edit Form‘s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public GridViewEditFormPopupSettings EditForm { get; }

Property Value

Type Description
GridViewEditFormPopupSettings

A GridViewEditFormPopupSettings object that contains the Edit Form’s settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to EditForm
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsPopup.EditForm
GridViewProperties
.SettingsPopup.EditForm
GridViewSettings
.SettingsPopup.EditForm
GridViewSettings<RowType>
.SettingsPopup.EditForm
MVCxGridView
.SettingsPopup.EditForm
MVCxGridViewProperties
.SettingsPopup.EditForm
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsPopup.EditForm
See Also