Back to Devexpress

TdxBar.Row Property

vcl-dxbar-dot-tdxbar-c19706f0.md

latest857 B
Original Source

TdxBar.Row Property

Specifies the row on which the current toolbar is located.

Declaration

delphi
property Row: Integer read; write;

Property Value

Type
Integer

Remarks

Toolbars may be docked on several rows. For example, if the DockingStyle property of two bars is set to dsTop , then one of the toolbars can be placed under another. This property determines the row on which the current toolbar is located.

See Also

TdxBar.DockingStyle

How to Create a Toolbar and Position it on Screen

TdxBar Class

TdxBar Members

dxBar Unit