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

ASPxGridViewCustomizationWindowSettings.PopupHorizontalOffset Property

OBSOLETE

Use the SettingsPopup.CustomizationWindow.HorizontalOffset property instead.

Gets or sets the Customization Window‘s horizontal offset.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(0)]
[Obsolete("Use the SettingsPopup.CustomizationWindow.HorizontalOffset property instead.")]
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:

Library Object Type Path to PopupHorizontalOffset
ASP.NET Controls and MVC Extensions GridViewProperties
.SettingsCustomizationWindow .PopupHorizontalOffset
ASP.NET MVC Extensions MVCxGridViewProperties
.SettingsCustomizationWindow .PopupHorizontalOffset

Remarks

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

See Also