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

GridCustomizationWindowPopupSettings.HorizontalOffset Property

Gets or sets a value that indicates the distance that the customization window is offset from its baseline in the horizontal direction. This is a dependency property.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Int32 0

An integer value defining the control’s offset from its baseline in the horizontal direction.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to HorizontalOffset
ASP.NET Bootstrap Controls BootstrapCardViewPopupControlSettings
.CustomizationWindow.HorizontalOffset
BootstrapGridViewPopupControlSettings
.CustomizationWindow.HorizontalOffset
ASP.NET Web Forms Controls ASPxCardViewPopupControlSettings
.CustomizationWindow.HorizontalOffset
ASPxGridViewPopupControlSettings
.CustomizationWindow.HorizontalOffset
TreeListPopupControlSettings
.CustomizationWindow.HorizontalOffset
MVCxGridViewPopupControlSettings
.CustomizationWindow.HorizontalOffset
MVCxTreeListPopupControlSettings
.CustomizationWindow.HorizontalOffset
See Also