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

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.v20.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:

Library Object Type Path to HorizontalOffset
ASP.NET Controls and MVC Extensions TreeListPopupControlSettings
.EditForm .HorizontalOffset
ASP.NET MVC Extensions MVCxTreeList
.SettingsPopupEditForm .HorizontalOffset
MVCxTreeListPopupControlSettings
.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