Skip to main content
A newer version of this page is available. .

TreeListSettingsPopupEditForm.VerticalOffset Property

Gets or sets the Popup Edit Form‘s offset from the top or bottom border of the data row currently being edited.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(-1)]
public int VerticalOffset { get; set; }

Property Value

Type Default Description
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:

Library Object Type Path to VerticalOffset
ASP.NET Controls and MVC Extensions TreeListPopupControlSettings
.EditForm .VerticalOffset
ASP.NET MVC Extensions MVCxTreeList
.SettingsPopupEditForm .VerticalOffset
MVCxTreeListPopupControlSettings
.EditForm .VerticalOffset

Remarks

Use the TreeListSettingsPopupEditForm.VerticalAlign 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 VerticalOffset property has no effect.

See Also