Enum AlternativeCorrectionMode
An enum that defines the possible overlap modes which are used to position the popup when its location cannot be adjusted so that it meets all alignment and alignment correction requirements.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum AlternativeCorrectionMode
Flip
The popup will be snapped to the first possible outer edge of the alignment rectangle so that it does not overlap it. The order of the considered edges depends on the popup alignment settings.
Overlap
The popup's bounds can overlap with the alignment rectangle.