ASPxGridViewPopupControlSettings.EditForm Property
Provides access to the Popup Edit Form‘s settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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:
Object Type | Path to EditForm |
---|---|
ASPxGridView |
|
GridViewProperties |
|
Remarks
<dx:ASPxGridView ID="ASPxGridView1" ... >
...
<SettingsEditing Mode="PopupEditForm" />
<SettingsPopup>
<EditForm AllowResize="True" />
</SettingsPopup>
</dx:ASPxGridView>
See Also