Skip to main content

DXPopupSettings Properties

Stores settings applied to a pop-up view.
Name Description
AllowScrim Gets or sets whether to show the scrim that blocks interaction with other UI elements outside the pop-up view. This is a bindable property.
BindingContext Gets or sets the binding context of the pop-up view. This is a bindable property.
CloseOnScrimTap Gets or sets whether to close the pop-up view when a user taps the scrim. This is a bindable property.
HorizontalAlignment Gets or sets the horizontal alignment of the pop-up view. This is a bindable property.
Message Gets or sets the pop-up view’s message. This is a bindable property.
StyleKey Gets or sets the key that refers to the style defined in a page or in Application.Resources.
Title Gets or sets the title of the pop-up view. This is a bindable property.
TitleIcon Gets or sets the icon in the pop-up dialog’s title. This is a bindable property.
VerticalAlignment Gets or sets the vertical alignment of the pop-up view. This is a bindable property.
See Also