Skip to main content
All docs
V19.2

TreeListSettingsCustomizationWindow.PopupVerticalOffset Property

Gets or sets the Customization Window‘s vertical offset.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

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

Property Value

Type Default Description
Int32 0

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

Property Paths

You can access this nested property as listed below:

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

Remarks

Use the PopupVerticalOffset property to control the Customization Window’s vertical offset relative to its position as specified by the TreeListSettingsCustomizationWindow.PopupVerticalAlign property.

See Also