Back to Devexpress

ASPxGridViewEditingSettings.PopupEditFormHorizontalAlign Property

aspnet-devexpress-dot-web-dot-aspxgridvieweditingsettings-2dc15747.md

latest4.0 KB
Original Source

ASPxGridViewEditingSettings.PopupEditFormHorizontalAlign Property

OBSOLETE

Use the SettingsPopup.EditForm.HorizontalAlign property instead.

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(PopupHorizontalAlign.RightSides)]
[Obsolete("Use the SettingsPopup.EditForm.HorizontalAlign property instead.")]
public PopupHorizontalAlign PopupEditFormHorizontalAlign { get; set; }
vb
<Obsolete("Use the SettingsPopup.EditForm.HorizontalAlign property instead.")>
<DefaultValue(PopupHorizontalAlign.RightSides)>
Public Property PopupEditFormHorizontalAlign As PopupHorizontalAlign

Property Value

TypeDefaultDescription
PopupHorizontalAlignRightSides

A PopupHorizontalAlign enumeration value that specifies the popup edit form’s horizontal alignment.

|

Available values:

NameDescription
NotSet

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

| | OutsideLeft |

A popup element is displayed to the left of the corresponding HTML element, so that the x-coordinate of the popup element’s right border is equal to the x-coordinate of the HTML element’s left border.

| | LeftSides |

A popup element is displayed so that its left border’s x-coordinate equals the x-coordinate of the corresponding HTML element’s left border.

| | Center |

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

| | RightSides |

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

| | OutsideRight |

A popup element is displayed to the right of the corresponding HTML element so that the x-coordinate of the popup element’s left border is equal to the x-coordinate of the HTML element’s right border.

| | WindowCenter |

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PopupEditFormHorizontalAlign
ASPxGridView

.SettingsEditing .PopupEditFormHorizontalAlign

| | GridViewProperties |

.SettingsEditing .PopupEditFormHorizontalAlign

|

See Also

PopupEditFormVerticalAlign

Grid View

ASPxGridViewEditingSettings Class

ASPxGridViewEditingSettings Members

DevExpress.Web Namespace