Skip to main content
A newer version of this page is available. .

DXPopup Members

A popup view that you can attach to any view on the screen or show as a separate dialog.

Constructors

Name Description
DXPopup() Initializes a new instance of the DXPopup class.

Fields

Name Description
AllowAnimationProperty static Identifies the AllowAnimation bindable property.
AllowScrimProperty static Identifies the AllowScrim bindable property.
AllowShadowProperty static Identifies the AllowShadow bindable property.
AnimationDurationProperty static Identifies the AnimationDuration bindable property.
ContentProperty static Identifies the Content bindable property.
CornerRadiusProperty static Identifies the CornerRadius bindable property.
HorizontalAlignmentProperty static Identifies the HorizontalAlignment bindable property.
IsOpenProperty static Identifies the IsOpen bindable property.
PlacementHorizontalThresholdProperty static Identifies the PlacementHorizontalThreshold bindable property.
PlacementProperty static Identifies the Placement bindable property.
PlacementTargetProperty static Identifies the PlacementTarget bindable property.
PlacementVerticalThresholdProperty static Identifies the PlacementVerticalThreshold bindable property.
ScrimColorProperty static Identifies the ScrimColor bindable property.
ShadowColorProperty static Identifies the ShadowColor bindable property.
ShadowHorizontalOffsetProperty static Identifies the ShadowHorizontalOffset bindable property.
ShadowRadiusProperty static Identifies the ShadowRadius bindable property.
ShadowVerticalOffsetProperty static Identifies the ShadowVerticalOffset bindable property.
VerticalAlignmentProperty static Identifies the VerticalAlignment bindable property.

Properties

Name Description
ActualAppearance Gets the common appearance settings that are applied to the current DXPopup.
AllowAnimation Gets or sets whether the DXPopup opens and closes with a fade animation effect. This is a bindable property.
AllowScrim Gets or sets whether the DXPopup uses a scrim as a modal window. This is a bindable property.
AllowShadow Gets or sets whether the DXPopup‘s shadow is visible. This is a bindable property.
AnimationDuration Gets or sets the duration of the show/close animation. This is a bindable property.
Content Gets or sets a view the DXPopup displays. This is a bindable property.
CornerRadius Gets or sets the DXPopup corner radius. This is a bindable property.
HorizontalAlignment Gets or sets the horizontal alignment of the DXPopup‘s message. This is a bindable property.
IsOpen Gets or sets whether the DXPopup is visible. This is a bindable property.
Placement Gets or sets the DXPopup placement relative to its parent object. This is a bindable property.
PlacementHorizontalThreshold Gets or sets the space that is required to show the Popup in the specified horizontal direction.
PlacementTarget Gets or sets the parent object for the DXPopup.
PlacementVerticalThreshold Gets or sets the gap between the popup edge and screen edge, required to show the Popup in the specified vertical direction.
ScrimColor Gets or sets the scrim color and transparency. This is a bindable property.
ShadowColor Gets or sets the color of the DXPopup‘s shadow. This is a bindable property.
ShadowHorizontalOffset Get or sets the horizontal offset of the DXPopup‘s shadow. This is a bindable property.
ShadowRadius Gets or sets the blur radius of the DXPopup‘s shadow. This is a bindable property.
ShadowVerticalOffset Get or sets the vertical offset of the DXPopup‘s shadow. This is a bindable property.
VerticalAlignment Gets or sets the vertical alignment of the DXPopup‘s message. This is a bindable property.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
Closed Occurs after the DXPopup closes.
Closing Occurs before the DXPopup closes and allows you to cancel this action.
ClosingAnimationCompleted Occurs after the DXPopup‘s closing animation completes.
ClosingAnimationStarting Occurs before the DXPopup‘s closing animation starts.
Opened Occurs after the DXPopup appears.
Opening Occurs before the DXPopup appears and allows you to cancel this action.
OpeningAnimationCompleted Occurs after the DXPopup‘s opening animation completes.
OpeningAnimationStarting Occurs before the DXPopup‘s opening animation starts.
See Also