aspnet-devexpress-dot-web-dot-aspxgridvieweditingsettings-672760e5.md
Use the SettingsPopup.EditForm.HorizontalOffset property instead.
Gets or sets the offset from the left or right border of the popup edit form’s container.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(0)]
[Obsolete("Use the SettingsPopup.EditForm.HorizontalOffset property instead.")]
public int PopupEditFormHorizontalOffset { get; set; }
<Obsolete("Use the SettingsPopup.EditForm.HorizontalOffset property instead.")>
<DefaultValue(0)>
Public Property PopupEditFormHorizontalOffset As Integer
| Type | Default | Description |
|---|---|---|
| Int32 | 0 |
An integer value that specifies the offset, in pixels, from the left or right border of the popup edit form’s container.
|
You can access this nested property as listed below:
| Object Type | Path to PopupEditFormHorizontalOffset |
|---|---|
| ASPxGridView |
.SettingsEditing .PopupEditFormHorizontalOffset
| | GridViewProperties |
.SettingsEditing .PopupEditFormHorizontalOffset
|
Use the ASPxGridViewEditingSettings.PopupEditFormHorizontalAlign property to specify the popup edit form’s horizontal alignment. If the popup edit form is centered, setting the PopupEditFormHorizontalOffset property has no effect.
See Also
ASPxGridViewEditingSettings Class