Back to Devexpress

ASPxGridViewEditingSettings.PopupEditFormHorizontalOffset Property

aspnet-devexpress-dot-web-dot-aspxgridvieweditingsettings-672760e5.md

latest2.6 KB
Original Source

ASPxGridViewEditingSettings.PopupEditFormHorizontalOffset Property

OBSOLETE

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

Declaration

csharp
[DefaultValue(0)]
[Obsolete("Use the SettingsPopup.EditForm.HorizontalOffset property instead.")]
public int PopupEditFormHorizontalOffset { get; set; }
vb
<Obsolete("Use the SettingsPopup.EditForm.HorizontalOffset property instead.")>
<DefaultValue(0)>
Public Property PopupEditFormHorizontalOffset As Integer

Property Value

TypeDefaultDescription
Int320

An integer value that specifies the offset, in pixels, from the left or right border of the popup edit form’s container.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PopupEditFormHorizontalOffset
ASPxGridView

.SettingsEditing .PopupEditFormHorizontalOffset

| | GridViewProperties |

.SettingsEditing .PopupEditFormHorizontalOffset

|

Remarks

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

PopupEditFormHorizontalAlign

PopupEditFormVerticalOffset

Grid View

ASPxGridViewEditingSettings Class

ASPxGridViewEditingSettings Members

DevExpress.Web Namespace