Back to Devexpress

ASPxGridViewEditingSettings.PopupEditFormVerticalOffset Property

aspnet-devexpress-dot-web-dot-aspxgridvieweditingsettings-da266d1d.md

latest2.6 KB
Original Source

ASPxGridViewEditingSettings.PopupEditFormVerticalOffset Property

OBSOLETE

Use the SettingsPopup.EditForm.VerticalOffset property instead.

Gets or sets the offset from the top or bottom border of the data row currently being edited.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
Int32-1

An integer value that specifies the offset, in pixels, from the top or bottom border of the data row currently being edited.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PopupEditFormVerticalOffset
ASPxGridView

.SettingsEditing .PopupEditFormVerticalOffset

| | GridViewProperties |

.SettingsEditing .PopupEditFormVerticalOffset

|

Remarks

Use the ASPxGridViewEditingSettings.PopupEditFormVerticalAlign property to specify the popup edit form’s vertical alignment. If the popup edit form is displayed in the middle of the edited row, setting the PopupEditFormVerticalOffset property has no effect.

See Also

PopupEditFormVerticalAlign

PopupEditFormHorizontalOffset

Grid View

ASPxGridViewEditingSettings Class

ASPxGridViewEditingSettings Members

DevExpress.Web Namespace