Back to Devexpress

TcxCustomBarEditItem.BarStyleDropDownButton Property

vcl-cxbaredititem-dot-tcxcustombaredititem-2b64273b.md

latest1.1 KB
Original Source

TcxCustomBarEditItem.BarStyleDropDownButton Property

Specifies how to paint dropdown buttons in embedded ExpressEditors.

Declaration

delphi
property BarStyleDropDownButton: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

Remarks

Values include:

ValueDescriptionExample
TrueDropdown buttons have the same appearance as dropdown buttons in standard toolbar items.
FalseDropdown buttons are painted in the same manner as within standalone editors.

The default value of the BarStyleDropDownButton property is True.

See Also

TcxCustomBarEditItem Class

TcxCustomBarEditItem Members

cxBarEditItem Unit