ASPxPopupMenu.PopupAlignCorrection Property
Provides the capability to disable the automatic correction of a popup menu position.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
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.