GridViewEditFormPopupSettings Class
In This Article
Contains Popup Edit Form specific settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class GridViewEditFormPopupSettings :
GridEditFormPopupSettings
#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