Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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.

See Also