DXPopupSettings Properties
Stores settings applied to a pop-up view.
Name | Description |
---|---|
Allow |
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. |
Binding |
Gets or sets the binding context of the pop-up view. This is a bindable property. |
Close |
Gets or sets whether to close the pop-up view when a user taps the scrim. This is a bindable property. |
Horizontal |
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. |
Style |
Gets or sets the key that refers to the style defined in a page or in Application. .
|
Title | Gets or sets the title of the pop-up view. This is a bindable property. |
Title |
Gets or sets the icon in the pop-up dialog’s title. This is a bindable property. |
Vertical |
Gets or sets the vertical alignment of the pop-up view. This is a bindable property. |
See Also