ASPxPopupControl.PopupAlignCorrection Property
Provides the capability to disable the automatic correction of a popup window position.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.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. |
Available values:
Name | Description |
---|---|
Auto | Correction of the popup window position is enabled. |
Disabled | Corr |