Skip to main content

TcxPopupEditProperties.ImmediateDropDownWhenActivated Property

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

Declaration

property ImmediateDropDownWhenActivated; default True;

Property Value

Type Default Description
Boolean True
  • If True (default), the drop-down window is displayed immediately when the editor receives focus in a container control.

  • If False, 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).

Remarks

You can set the ImmediateDropDownWhenActivated property to False to prevent the drop-down window from appearing when the in-place editor receives focus.

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 True.

See Also