A newer version of this page is available.
Switch to the current version.
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; }
<DefaultValue(PopupAlignCorrection.Auto)>
Public Property PopupAlignCorrection As PopupAlignCorrection
Property Value
Type | Default | Description |
---|---|---|
PopupAlignCorrection | Auto |
One of the PopupAlignCorrection enumeration values. |
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
Feedback