ASPxGridViewEditingSettings.PopupEditFormWidth Property
OBSOLETE
Use the SettingsPopup.EditForm.Width property instead.
Gets or sets the Popup Edit Form‘s width.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue(typeof(Unit), "")]
[Obsolete("Use the SettingsPopup.EditForm.Width property instead.")]
public Unit PopupEditFormWidth { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Unit | String.Empty | 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 PopupEditFormWidth |
---|---|
ASPxGridView |
|
GridViewProperties |
|
Remarks
Use the ASPxGridViewEditingSettings.PopupEditFormHeight property to specify the popup edit form’s height.
See Also