TcxCustomDropDownEditProperties.KeepArrowButtonPressedWhenDroppedDown Property
Specifies if the drop-down button is displayed as pressed while the drop-down window is visible.
Declaration
property KeepArrowButtonPressedWhenDroppedDown: Boolean read; write; default False;
Property Value
Type | Default | Description |
---|---|---|
Boolean | False |
|
Remarks
You can set the KeepArrowButtonPressedWhenDroppedDown
property to True
to keep the drop-down button in the pressed state while the drop-down window is displayed.
Examples
Value | Example |
---|---|
False (default) |
|
True |
Default Value
The KeepArrowButtonPressedWhenDroppedDown
property’s default value is False
.
See Also