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

NuGet Package: DevExpress.Web

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
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsPopup .EditForm
ASP.NET MVC Extensions GridViewSettings
.SettingsPopup .EditForm
GridViewSettings<RowType>
.SettingsPopup .EditForm
MVCxGridView
.SettingsPopup .EditForm
MVCxGridViewProperties
.SettingsPopup .EditForm

Remarks

<dx:ASPxGridView ID="ASPxGridView1" ... >
      ...
      <SettingsEditing Mode="PopupEditForm" />
      <SettingsPopup>
          <EditForm AllowResize="True" />
      </SettingsPopup>
  </dx:ASPxGridView>
See Also