DxWindow Members
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
Name | Description |
---|---|
Allow |
Specifies whether users can drag the Window. |
Allow |
Specifies whether a user can start window drag-and-drop in the header only or anywhere in the client area. |
Allow |
Specifies whether users can resize the Window. |
Attributes | Specifies a collection of standard HTML attributes applied to the Window. |
Body |
Specifies a template for content of the window’s body. |
Body |
Assigns a CSS class to the Window’s body. |
Body |
Specifies a template for the window’s body. Replaces the default render fragment (including paddings, scrollbars, etc.) |
Body |
Specifies text displayed in the Window body. |
Body |
Specifies the template for the Window’s body text area. |
Child |
|
Close |
Specifies whether the Window should close when a user presses Escape. |
Css |
Assigns a CSS class to the window. |
Footer |
Specifies a template for content of the 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 text displayed in the Window footer. |
Footer |
Specifies the template for the Window’s footer text area. |
Header |
Specifies a template for content of the window’s header. |
Header |
Assigns a CSS class to the header. |
Header |
Specifies a template for the window’s header. Replaces the default render fragment (including paddings, scrollbars, etc.) |
Header |
Specifies text displayed in the Window header. |
Header |
Specifies the template for the Window’s header text area. |
Height | Specifies the Window’s height. |
Horizontal |
Specifies the Window’s horizontal alignment. |
Id | Specifies the component’s unique identifier. |
Initialized |
The task that allows you to wait until the Window is initialized. |
Is |
Gets whether the Window component is initialized. |
Max |
Specifies the Window’s maximum height. |
Max |
Specifies the Window’s maximum width. |
Min |
Specifies the Window’s minimum height. |
Min |
Specifies the Window’s minimum width. |
Position |
Specifies the X coordinate of the Window’s top left corner. |
Position |
Specifies the Y coordinate of the Window’s top left corner. |
Scrollable | Specifies whether the vertical scrollbar appears in the Window if its content exceeds the Window’s boundaries. |
Show |
Specifies whether the Window’s header displays the Close button. |
Show |
Specifies whether the Window displays the footer. |
Show |
Specifies whether the Window displays the header. |
Size |
Specifies the size of the component and its content. |
Vertical |
Specifies the Window’s vertical alignment. |
Visible | Specifies whether the Window is visible. |
Width | Specifies the Window’s width. |
ZIndex | Specifies the Window’s z-index. |
#Methods
Name | Description |
---|---|
Close |
Asynchronously closes the Window. |
Dispose |
Asynchronously disposes of the Window. |
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. |
Move |
Asynchronously moves the Window to the specified coordinates. |
Move |
Asynchronously moves the Window to the specified point. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Show |
Asynchronously shows the Window. |
Show |
Asynchronously shows the Window over the element specified by Element |
Show |
Asynchronously shows the Window at the specified coordinates. |
Show |
Asynchronously shows the Window at the specified point. |
Show |
Asynchronously shows the Window over the element specified by a selector. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Closed | Fires after the Window is closed. |
Closing | Fires before the Window is closed. |
Created | Fires after the Window is created. |
Disposed | Fires after the Window is disposed. |
Drag |
Fires after the Window is dragged. |
Drag |
Fires when a user starts to drag the Window. |
Resize |
Fires after the Window is resized. |
Resize |
Fires when a user starts to resize the Window. |
Showing | Fires before the Window is displayed. |
Shown | Fires after the Window is displayed. |
Visible |
Fires when the Window changes its Visible property value. |