DXPopupSettings Members
Stores settings applied to a pop-up view.Constructors
| Name | Description |
|---|---|
| DXPopupSettings() | Initializes a new instance of the DXPopupSettings class. |
| DXPopupSettings(String, String, String) | Initializes a new instance of the DXPopupSettings class with specified settings. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from System.Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from System.Object. |
| GetHashCode() | Serves as the default hash function. Inherited from System.Object. |
| GetType() | Gets the Type of the current instance. Inherited from System.Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from System.Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from System.Object. |
| ToString() | Returns a string that represents the current object. Inherited from System.Object. |
See Also