DXPopupSettings Members
In This Article
#Constructors
Name | Description |
---|---|
DXPopup |
Initializes a new instance of the DXPopup |
DXPopup |
Initializes a new instance of the DXPopup |
#Properties
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. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal.
Inherited from System. |
Equals |
Determines whether the specified object is equal to the current object.
Inherited from System. |
Get |
Serves as the default hash function.
Inherited from System. |
Get |
Gets the Type of the current instance.
Inherited from System. |
Memberwise |
Creates a shallow copy of the current Object.
Inherited from System. |
Reference |
Determines whether the specified Object instances are the same instance.
Inherited from System. |
To |
Returns a string that represents the current object.
Inherited from System. |
See Also