GridViewEditFormPopupSettings Class
Contains Popup Edit Form specific settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
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
Inheritance
See Also