Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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