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

Determines whether the current toolbar is the only toolbar within the dock control’s row.

#Declaration

Delphi
property OneOnRow: Boolean read; write;

#Property Value

Type
Boolean

#Remarks

Two or more toolbars may be located on the same row of a dock control; e.g., two toolbars may be located one after another. Use the OneOnRow property to determine whether the current toolbar is the only toolbar in the row. The value of this property is equal to False if the row contains more than one toolbar.

See Also