Skip to main content
A newer version of this page is available. .

DxDropDown Properties

A DropDown component.
Name Description
AllowResize Specifies whether the drop-down window can be resized.
BodyCssClass Specifies the CSS class applied to the window body.
BodyTemplate Specifies a template for the drop-down window’s body.
BodyText Specifies the text displayed in the window body.
BodyTextTemplate Specifies a template for the drop-down window’s body text area.
CloseMode Specifies how the DropDown behaves when it does not meet the position restrictions.
CloseOnOutsideClick Specifies whether the drop-down window should be closed when a user clicks outside the window’s boundaries.
CssClass Specifies the name of a CSS class applied to a drop-down window.
FitToRestriction Specifies whether the DropDown can overlap restriction boundaries.
FooterCssClass Specifies the CSS class applied to the footer.
FooterTemplate Specifies a template for the drop-down window’s footer.
FooterText Specifies the text displayed in the window footer.
FooterTextTemplate Specifies a template for the drop-down window’s footer text area.
FooterVisible Specifies the window footer visibility.
HeaderCssClass Specifies the CSS class applied to the header.
HeaderTemplate Specifies a template for the drop-down window’s header.
HeaderText Specifies the text displayed in the window header.
HeaderTextTemplate Specifies a template for the drop-down window’s header text area.
HeaderVisible Specifies the window header visibility.
Height Specifies the drop-down window height.
HorizontalOffset Gets the window’s horizontal offset.
Id Specifies the control’s unique identifier.
InitializedTask The task that allows you to wait until the drop-down window is initialized.
IsInitialized Gets whether the DropDown component is initialized.
IsOpen Specifies whether the drop-down window is open.
MaxHeight Specifies the maximum height of the drop-down window.
MaxWidth Specifies the maximum width of the drop-down window.
MinHeight Specifies the minimum height of the drop-down window.
MinWidth Specifies the minimum width of the drop-down window.
PositionMode Specifies how to position the drop-down window.
PositionRectangle Specifies a rectangle object relative to the drop-down window’s position.
PositionTarget Specifies the UI element relative to the drop-down window’s position.
PreventCloseOnPositionTargetClick Specifies whether the drop-down window should be closed when a user clicks the position target element.
RestrictionMode Specifies an element that restricts the DropDown position.
RestrictionRectangle Specifies a rectangle object that restricts the DropDown position.
RestrictionTarget Specifies a target element that restricts the DropDown position.
Scrollable Specifies whether the vertical scroll bar appears in the drop-down window if its content exceeds the window’s boundaries.
SizeMode Inherited from DxSizableComponentBase.
StopOutsideClickPropagation Specifies whether the control halts an outer click propagation.
VerticalOffset Gets the window’s vertical offset.
Width Specifies the drop-down window width.
See Also