TdxBarItemLink.Position Property
In This Article
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 |
---|---|
Tdx |
dx |
#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 dx
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