Back to Devexpress

GridOptionsEditForm.PopupEditFormWidth Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionseditform-221eb985.md

latest2.0 KB
Original Source

GridOptionsEditForm.PopupEditFormWidth Property

Gets or sets the width of an Edit Form displayed as a modal window.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(800)]
[XtraSerializableProperty]
public virtual int PopupEditFormWidth { get; set; }
vb
<DefaultValue(800)>
<XtraSerializableProperty>
Public Overridable Property PopupEditFormWidth As Integer

Property Value

TypeDefaultDescription
Int32800

The width of an Edit Form displayed as a modal window, in pixels.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PopupEditFormWidth
GridView

.OptionsEditForm .PopupEditFormWidth

|

Remarks

The width of an Edit Form displayed as a modal window can be specified via the PopupEditFormWidth property.

See Also

EditingMode

GridOptionsEditForm Class

GridOptionsEditForm Members

DevExpress.XtraGrid.Views.Grid Namespace