Skip to main content
Tab

GridViewEditFormPopupSettings Class

Contains Popup Edit Form specific settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class GridViewEditFormPopupSettings :
    GridEditFormPopupSettings

The following members return GridViewEditFormPopupSettings objects:

Remarks

An object of the GridViewEditFormPopupSettings type can be accessed via the ASPxGridViewPopupControlSettings.EditForm property.

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

Implements

See Also