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.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public enum AlternativeCorrectionMode

Fields

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.

Declaration

cs-api-definition
Flip = 1

Field Value

AlternativeCorrectionMode

Overlap

The popup's bounds can overlap with the alignment rectangle.

Declaration

cs-api-definition
Overlap = 0

Field Value

AlternativeCorrectionMode

In this article
DefinitionFieldsFlipOverlap
Not finding the help you need?
Contact Support