Skip to main content

TreeListSettingsPopupEditForm.HorizontalOffset Property

Gets or sets the offset from the left or right border of the Popup Edit Form‘s container.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(0)]
public int HorizontalOffset { get; set; }

Property Value

Type Default Description
Int32 0

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 Type Path to HorizontalOffset
TreeListPopupControlSettings
.EditForm .HorizontalOffset

Remarks

Use the TreeListSettingsPopupEditForm.HorizontalAlign property to specify the popup edit form’s horizontal alignment. If the popup edit form is centered, setting the HorizontalOffset property has no effect.

See Also