Back to Devexpress

ASPxPopupControl.PopupHorizontalOffset Property

aspnet-devexpress-dot-web-dot-aspxpopupcontrol-a8b0a798.md

latest1.7 KB
Original Source

ASPxPopupControl.PopupHorizontalOffset Property

Gets or sets a popup window’s horizontal offset.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(0)]
public int PopupHorizontalOffset { get; set; }
vb
<DefaultValue(0)>
Public Property PopupHorizontalOffset As Integer

Property Value

TypeDefaultDescription
Int320

An integer value that specifies a popup window’s horizontal offset.

|

Remarks

Use the PopupHorizontalOffset property to control the horizontal offset of a popup window relative to its position specified by either the ASPxPopupControl.PopupHorizontalAlign property or a pair of the ASPxPopupControlBase.Left (PopupWindow.Left) and ASPxPopupControlBase.Top (PopupWindow.Top) properties.

See Also

PopupHorizontalAlign

ASPxPopupControl Class

ASPxPopupControl Members

DevExpress.Web Namespace