Back to Devexpress

ASPxGridViewEditingSettings.PopupEditFormWidth Property

aspnet-devexpress-dot-web-dot-aspxgridvieweditingsettings-b62d37b9.md

latest2.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(typeof(Unit), "")]
[Obsolete("Use the SettingsPopup.EditForm.Width property instead.")]
public Unit PopupEditFormWidth { get; set; }
vb
<Obsolete("Use the SettingsPopup.EditForm.Width property instead.")>
<DefaultValue(GetType(Unit), "")>
Public Property PopupEditFormWidth As Unit

Property Value

TypeDefaultDescription
UnitString.Empty

A Unit structure that specifies the popup edit form’s width.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PopupEditFormWidth
ASPxGridView

.SettingsEditing .PopupEditFormWidth

| | GridViewProperties |

.SettingsEditing .PopupEditFormWidth

|

Remarks

Use the ASPxGridViewEditingSettings.PopupEditFormHeight property to specify the popup edit form’s height.

See Also

PopupEditFormHeight

Grid View

ASPxGridViewEditingSettings Class

ASPxGridViewEditingSettings Members

DevExpress.Web Namespace