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.WholeRow Property

Specifies how the current toolbar is drawn on the row.

#Declaration

Delphi
property WholeRow: Boolean read; write;

#Property Value

Type
Boolean

#Remarks

If the WholeRow property is set to True, the current toolbar is the only toolbar in the row and it occupies all the free space in the row. All other toolbars within this row are automatically moved to the next row.

Changing the value of the WholeRow property causes the current toolbar to be redrawn based on the property value.

The default value of the WholeRow property is False.

See Also