DxDropDown Members
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
Name | Description |
---|---|
Allow |
Specifies whether the drop-down window can be resized. |
Attributes |
Specifies a collection of standard HTML attributes applied to the Drop |
Body |
Specifies a template for content of the drop-down window’s body. |
Body |
Assigns a CSS class to the window body. |
Body |
Specifies a template for the drop-down window’s body. Replaces the default render fragment (including paddings, scrollbars, etc.) |
Body |
Specifies the text displayed in the window body. |
Body |
Specifies a template for the drop-down window’s body text area. |
Child |
|
Close |
Specifies how the Drop |
Close |
Specifies whether the drop-down window should be closed when a user clicks outside the window’s boundaries. |
Css |
Assigns a CSS class to a drop-down window. |
Fit |
Specifies whether the Drop |
Footer |
Specifies a template for content of the drop-down window’s footer. |
Footer |
Assigns a CSS class to the footer. |
Footer |
Specifies a template for the drop-down window’s footer. Replaces the default render fragment (including paddings, scrollbars, etc.) |
Footer |
Specifies the text displayed in the window footer. |
Footer |
Specifies a template for the drop-down window’s footer text area. |
Footer |
Specifies the window footer visibility. |
Header |
Specifies a template for content of the drop-down window’s header. |
Header |
Assigns a CSS class to the header. |
Header |
Specifies a template for the drop-down window’s header. Replaces the default render fragment (including paddings, scrollbars, etc.) |
Header |
Specifies the text displayed in the window header. |
Header |
Specifies a template for the drop-down window’s header text area. |
Header |
Specifies the window header visibility. |
Height | Specifies the drop-down window height. |
Horizontal |
Gets the window’s horizontal offset. |
Id | Specifies the control’s unique identifier. |
Initialized |
The task that allows you to wait until the drop-down window is initialized. |
Is |
Gets whether the Drop |
Is |
Specifies whether the drop-down window is open. |
Max |
Specifies the maximum height of the drop-down window. |
Max |
Specifies the maximum width of the drop-down window. |
Min |
Specifies the minimum height of the drop-down window. |
Min |
Specifies the minimum width of the drop-down window. |
Position |
Specifies how to position the drop-down window. |
Position |
Specifies a rectangle object relative to the drop-down window’s position. |
Position |
Specifies the UI element relative to the drop-down window’s position. |
Prevent |
Specifies whether the drop-down window should be closed when a user clicks the position target element. |
Restriction |
Specifies an element that restricts the Drop |
Restriction |
Specifies a rectangle object that restricts the Drop |
Restriction |
Specifies a target element that restricts the Drop |
Scrollable | Specifies whether the vertical scrollbar appears in the drop-down 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. |
Vertical |
Gets the window’s vertical offset. |
Width | Specifies the drop-down window width. |
#Methods
Name | Description |
---|---|
Activate |
Moves the drop-down window to the front of other popup elements. |
Close |
Asynchronously closes the drop-down window. |
Dispose |
Asynchronously disposes the drop-down 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. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reposition |
Repositions the Drop |
Show |
Asynchronously shows the drop-down window. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Closed | Fires after the drop-down window is closed. |
Closing | Fires before the drop-down window is closed. |
Disposed | Fires after the drop-down window is disposed. |
Initialized | Fires after the drop-down window is initialized. |
Is |
Fires when the Drop |
Resize |
Fires after the Drop |
Resize |
Fires when a user starts to resize the Drop |
Showing | Fires before the drop-down window is displayed. |
Shown | Fires after the drop-down window is displayed. |