Skip to main content

TdxBarItemLink.Position Property

Specifies how the current item link is laid out in a toolbar.

Declaration

property Position: TdxBarItemPosition read; write; default dxBarItemDefaultPosition;

Property Value

Type Default
TdxBarItemPosition dxBarItemDefaultPosition

Remarks

One of the following layouts can be specified:

  • ipBeginsNewRow – an item link begins a new row in a toolbar

  • ipBeginsNewColumn – an item link begins a new column in a toolbar

  • ipContinuesRow – an item link remains in the current flow

Note

The default dxBarItemDefaultPosition value means that the item link begins a new row in a toolbar (this value is similar to ipBeginsNewRow).

At design time, you can change the Position property using the corresponding option within the customizing popup menu.

The default value of the Position property is dxBarItemDefaultPosition.

See Also