Back to Devexpress

DXPopup Members

mobilecontrols-devexpress-dot-xamarinforms-dot-popup-dot-dxpopup-dot-underscore-members.md

latest8.3 KB
Original Source

DXPopup Members

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

Constructors

NameDescription
DXPopup()Initializes a new instance of the DXPopup class.

Fields

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

Properties

NameDescription
AllowAnimationGets or sets whether the Popup opens and closes with a fade animation effect.
AllowScrimEnables a scrim to use a Popup as a modal window.
AllowShadowGets or sets whether the Popup’s shadow is visible.
AnimationDuration
ContentGets or sets a view the Popup displays.
CornerRadiusGets or sets the Popup corner radius.
HorizontalAlignment
IsOpenIndicates whether the Popup is visible.
Placement
PlacementHorizontalThreshold
PlacementTarget
PlacementVerticalThreshold
ScrimColorGets or sets the scrim color and transparency.
ShadowColorGets or sets the color of the Popup’s shadow.
ShadowHorizontalOffset
ShadowRadiusGets or sets the blur radius of the Popup’s shadow.
ShadowVerticalOffset
VerticalAlignment

Events

NameDescription
ClosedOccurs after the Popup closes.
ClosingOccurs before the Popup closes and allows you to cancel this action.
ClosingAnimationCompletedOccurs after the Popup’s closing animation completes.
ClosingAnimationStartingOccurs before the Popup’s closing animation starts.
OpenedOccurs after the Popup appears.
OpeningOccurs before the Popup appears and allows you to cancel this action.
OpeningAnimationCompletedOccurs after the Popup’s opening animation completes.
OpeningAnimationStartingOccurs before the Popup’s opening animation starts.

See Also

DXPopup Class

DevExpress.XamarinForms.Popup Namespace