Back to Devexpress

ASPxGridViewEditingSettings.PopupEditFormVerticalAlign Property

aspnet-devexpress-dot-web-dot-aspxgridvieweditingsettings-7ddc1b5d.md

latest3.9 KB
Original Source

ASPxGridViewEditingSettings.PopupEditFormVerticalAlign Property

OBSOLETE

Use the SettingsPopup.EditForm.VerticalAlign property instead.

Gets or sets the popup edit form’s vertical alignment.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(PopupVerticalAlign.Below)]
[Obsolete("Use the SettingsPopup.EditForm.VerticalAlign property instead.")]
public PopupVerticalAlign PopupEditFormVerticalAlign { get; set; }
vb
<Obsolete("Use the SettingsPopup.EditForm.VerticalAlign property instead.")>
<DefaultValue(PopupVerticalAlign.Below)>
Public Property PopupEditFormVerticalAlign As PopupVerticalAlign

Property Value

TypeDefaultDescription
PopupVerticalAlignBelow

A PopupVerticalAlign enumeration value that specifies the popup edit form’s vertical alignment.

|

Available values:

NameDescription
NotSet

A popup element is displayed on the y-coordinate of the mouse cursor position.

| | Above |

A popup element is displayed above the corresponding HTML element so that the y-coordinate of the popup element’s bottom border is equal to the y-coordinate of the HTML element’s top border.

| | TopSides |

A popup element is displayed so that the y-coordinate of the popup element’s top border equals the y-coordinate of the corresponding HTML element’s top border.

| | Middle |

A popup element is displayed so that the y-coordinate of the popup element’s center equals the y-coordinate of the corresponding HTML element’s center.

| | BottomSides |

A popup element is displayed so that the y-coordinate of the popup element’s bottom border equals the y-coordinate of the corresponding HTML element’s bottom border.

| | Below |

A popup element is displayed below the corresponding HTML element so that the y-coordinate of the popup element’s top border equals the y-coordinate of the HTML element’s bottom border.

| | WindowCenter |

A popup element is displayed so that it is vertically aligned at the center of the browser’s window.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PopupEditFormVerticalAlign
ASPxGridView

.SettingsEditing .PopupEditFormVerticalAlign

| | GridViewProperties |

.SettingsEditing .PopupEditFormVerticalAlign

|

See Also

PopupEditFormHorizontalAlign

Grid View

ASPxGridViewEditingSettings Class

ASPxGridViewEditingSettings Members

DevExpress.Web Namespace