DxFlyout Members
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
Name | Description |
---|---|
Animation |
Specifies the animation type used by a flyout. |
Attributes | Specifies a collection of standard HTML attributes applied to the Flyout. |
Body |
Specifies a template for content of the flyout window’s body. |
Body |
Assigns a CSS class to the flyout window’s body. |
Body |
Specifies a template for the flyout window’s body. Replaces the default render fragment (including paddings, scrollbars, etc.) |
Body |
Specifies the text displayed in the flyout window’s body. |
Body |
Specifies a template for the flyout window’s body text area. |
Child |
|
Close |
Specifies how the Flyout component behaves when it does not meet the position restrictions. |
Close |
Specifies whether the flyout window should be closed when a user clicks outside the window’s boundaries. |
Css |
Assigns a CSS class to the flyout window. |
Distance | Specifies the distance between the flyout window and its target element. |
Fit |
Specifies whether the flyout window can overlap restriction boundaries. |
Footer |
Specifies a template for content of the flyout window’s footer. |
Footer |
Assigns a CSS class to the footer. |
Footer |
Specifies a template for the window’s footer. Replaces the default render fragment (including paddings, scrollbars, etc.) |
Footer |
Specifies the text displayed in the flyout window’s footer. |
Footer |
Specifies a template for the flyout window’s footer text area. |
Footer |
Specifies the visibility of the footer. |
Header |
Specifies a template for content of the flyout window’s header. |
Header |
Assigns a CSS class to the header. |
Header |
Specifies a template for the flyout window’s header. Replaces the default render fragment (including paddings, scrollbars, etc.) |
Header |
Specifies the text displayed in the flyout window’s header. |
Header |
Specifies a template for the flyout window’s header text area. |
Header |
Specifies the visibility of the header. |
Height | Specifies the flyout window height. |
Id | Specifies the control’s unique identifier. |
Initialized |
The task that allows you to wait until the flyout window is initialized. |
Is |
Gets whether the Flyout component is initialized. |
Is |
Specifies whether the flyout window is open. |
Max |
Specifies the maximum height of the flyout window. |
Max |
Specifies the maximum width of the flyout window. |
Min |
Specifies the minimum height of the flyout window. |
Min |
Specifies the minimum width of the flyout window. |
Offset | Specifies the window’s offset. |
Position | Specifies how to position the flyout window. |
Position |
Specifies a rectangle object relative to the flyout window’s position. |
Position |
Specifies the UI element relative to the flyout window’s position. |
Prevent |
Specifies whether the flyout window should be closed when a user clicks the position target element. |
Restriction |
Specifies an element that restricts the Flyout component position. |
Restriction |
Specifies a rectangle object that restricts the Flyout component position. |
Restriction |
Specifies a target element that restricts the flyout window’s position. |
Scrollable | Specifies whether the vertical scrollbar appears in the flyout window if its content exceeds the window’s boundaries. |
Size |
Specifies the size of the component and its content. |
Stop |
Specifies whether the control halts an outer click propagation. |
Width | Specifies the flyout window’s width. |
#Methods
Name | Description |
---|---|
Close |
Asynchronously closes the flyout window. |
Dispose |
Asynchronously disposes the Flyout. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reposition |
Repositions the flyout window based on the position settings. |
Show |
Asynchronously shows the flyout window. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Closed | Fires after the flyout window is closed. |
Closing | Fires before the flyout window is closed. |
Created | Fires after the flyout window is initialized. |
Disposed | Fires after the Flyout is disposed. |
Is |
Fires when the flyout window opens or closes. |
Showing | Fires before the flyout window is displayed. |
Shown | Fires after the flyout window is displayed. |