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

ASPxPopupMenu.PopupAlignCorrection Property

Provides the capability to disable the automatic correction of a popup menu position.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(PopupAlignCorrection.Auto)]
public PopupAlignCorrection PopupAlignCorrection { get; set; }

Property Value

Type Default Description
PopupAlignCorrection **Auto**

One of the PopupAlignCorrection enumeration values.

Available values:

Name Description
Auto

Correction of the popup window position is enabled.

Disabled

Correction of the popup window position is disabled.

Remarks

By default, the ASPxPopupMenu automatically corrects the menu position if there is insufficient space in the place specified via the ASPxPopupMenu.PopupHorizontalAlign, ASPxPopupMenu.PopupVerticalAlign, ASPxPopupMenu.PopupHorizontalOffset, and ASPxPopupMenu.PopupVerticalOffset properties. Set the PopupAlignCorrection property to Disabled to disable position correction and show a popup menu in the exact place specified via the properties listed above.

See Also