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

TdxBarItemLink.Position Property

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

#Declaration

Delphi
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