Skip to main content

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

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