ASPxGridViewPopupControlSettings.EditForm Property
In This Article
Provides access to the Popup Edit Form‘s settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewEditFormPopupSettings EditForm { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Edit |
---|---|
ASPx |
|
Grid |
|
#Remarks
<dx:ASPxGridView ID="ASPxGridView1" ... >
...
<SettingsEditing Mode="PopupEditForm" />
<SettingsPopup>
<EditForm AllowResize="True" />
</SettingsPopup>
</dx:ASPxGridView>
See Also