Back to Devexpress

TdxBar.OneOnRow Property

vcl-dxbar-dot-tdxbar-af4a93ed.md

latest929 B
Original Source

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

How to Create a Toolbar and Position it on Screen

TdxBar Class

TdxBar Members

dxBar Unit