Skip to main content
All docs
V19.2

TreeListSettingsCustomizationWindow.PopupHorizontalOffset Property

Gets or sets the Customization Window‘s horizontal offset.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

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

Property Value

Type Default Description
Int32 0

An integer value that specifies the Customization Window’s horizontal offset, in pixels.

Property Paths

You can access this nested property as listed below:

Object Type Path to PopupHorizontalOffset
ASPxTreeList
.SettingsCustomizationWindow.PopupHorizontalOffset
MVCxTreeList
.SettingsCustomizationWindow.PopupHorizontalOffset
TreeListSettings
.SettingsCustomizationWindow.PopupHorizontalOffset
TreeListSettings<RowType>
.SettingsCustomizationWindow.PopupHorizontalOffset

Remarks

Use the PopupHorizontalOffset property to control the Customization Window’s horizontal offset relative to its position as specified by the TreeListSettingsCustomizationWindow.PopupHorizontalAlign property.

See Also