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