Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomDropDownEditProperties.ImmediateDropDownWhenActivated Property

Specifies if the drop-down window opens immediately once a user activates the drop-down in-place editor in a container control.

#Declaration

Delphi
property ImmediateDropDownWhenActivated: Boolean read; write; default False;

#Property Value

Type Default Description
Boolean False
  • If False (default), users need to manually invoke the drop-down window (for example, click the drop-down button or press the Alt+Up Arrow or Alt+Down Arrow key combination).

  • If True, the drop-down window is displayed immediately when the editor receives focus in a container control.

#Remarks

Set the ImmediateDropDownWhenActivated property to True to display the drop-down window automatically when the in-place drop-down editor activates.

Note

The ImmediateDropDownWhenActivated property affects only in-place editors in container controls and has no effect on standalone editors.

#Default Value

The ImmediateDropDownWhenActivated property’s default value is False.

See Also