DxDropDown Properties
A control that displays a drop-down window with custom content.
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 |
Specifies body content. |
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. |
See Also