TcxCustomBarEditItem.BarStyleDropDownButton Property
In This Article
Specifies how to paint dropdown buttons in embedded ExpressEditors.
#Declaration
Delphi
property BarStyleDropDownButton: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Values include:
Value | Description | Example |
---|---|---|
True | Dropdown buttons have the same appearance as dropdown buttons in standard toolbar items. | ![]() |
False | Dropdown buttons are painted in the same manner as within standalone editors. | ![]() |
The default value of the BarStyleDropDownButton property is True.
See Also