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 |
|
#Remarks
Set the ImmediateDropDownWhenActivated
property to True
to display the drop-down window automatically when the in-place drop-down editor activates.
Note
The Immediate
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
.