Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBar.UseRestSpace Property

Specifies if the toolbar occupies an entire form by width.

#Declaration

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

#Property Value

Type Default Description
Boolean False

If True, the toolbar spans from the left to right parent form border. If False, the toolbar width depends on bar items within it.

#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