Back to Devexpress

TdxBar.UseRestSpace Property

vcl-dxbar-dot-tdxbar-df572871.md

latest1016 B
Original Source

TdxBar.UseRestSpace Property

Specifies if the toolbar occupies an entire form by width.

Declaration

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

Property Value

TypeDefaultDescription
BooleanFalseFalse Default. The toolbar width depends on bar items within it.TrueThe toolbar spans from the left to right parent form border.

Remarks

Set the UseRestSpace property to True to span the toolbar from the left to right border of the parent form.

Default Value

The UseRestSpace property’s default value is False.

See Also

TdxBar.OneOnRow

TdxBar.WholeRow

TdxBarItem.Align

TdxBarManager.AutoAlignBars

TdxBar Class

TdxBar Members

dxBar Unit