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.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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 |
|
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