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

ASPxGridViewCustomizationWindowSettings.PopupVerticalOffset Property

OBSOLETE

Use the SettingsPopup.CustomizationWindow.VerticalOffset property instead.

Gets or sets the Customization Window‘s vertical offset.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[Obsolete("Use the SettingsPopup.CustomizationWindow.VerticalOffset property instead.")]
[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
GridViewProperties
.SettingsCustomizationWindow.PopupVerticalOffset
MVCxGridViewProperties
.SettingsCustomizationWindow.PopupVerticalOffset

Remarks

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

See Also