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

GridEditFormPopupSettings.VerticalOffset Property

Gets or sets a value that indicates the distance that the popup edit form is offset from its baseline in the vertical direction. This is a dependency property.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Int32 -1

An integer value defining the control’s offset from its baseline in the vertical direction.

Property Paths

You can access this nested property as listed below:

Show 11 property paths
Library Object Type Path to VerticalOffset
ASP.NET Bootstrap Controls BootstrapCardViewPopupControlSettings
.EditForm.VerticalOffset
BootstrapGridViewPopupControlSettings
.EditForm.VerticalOffset
ASP.NET Web Forms Controls ASPxCardViewPopupControlSettings
.EditForm.VerticalOffset
ASPxGridViewPopupControlSettings
.EditForm.VerticalOffset
ASPxTreeList
.SettingsPopupEditForm.VerticalOffset
TreeListPopupControlSettings
.EditForm.VerticalOffset
MVCxGridViewPopupControlSettings
.EditForm.VerticalOffset
MVCxTreeList
.SettingsPopupEditForm.VerticalOffset
MVCxTreeListPopupControlSettings
.EditForm.VerticalOffset
TreeListSettings
.SettingsPopupEditForm.VerticalOffset
TreeListSettings<RowType>
.SettingsPopupEditForm.VerticalOffset
See Also