Back to Devexpress

TdxBar.MultiLine Property

vcl-dxbar-dot-tdxbar-b9b48d06.md

latest685 B
Original Source

TdxBar.MultiLine Property

Specifies whether items can be placed across several lines within the current toolbar.

Declaration

delphi
property MultiLine: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

Remarks

When there are a lot of items within a toolbar, some of them are not displayed, though they are not hidden. Set the MultiLine property to True to allow the display of items across several toolbar rows.

See Also

TdxBar Class

TdxBar Members

dxBar Unit