ASPxGridViewEditingSettings.PopupEditFormWidth Property
In This Article
OBSOLETE
Use the Settings
Gets or sets the Popup Edit Form‘s width.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Unit | String. |
A Unit structure that specifies the popup edit form’s width. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Popup |
---|---|
ASPx |
|
Grid |
|
#Remarks
Use the ASPxGridViewEditingSettings.PopupEditFormHeight property to specify the popup edit form’s height.
See Also