Back to Devexpress

TdxRibbonQuickAccessToolbar.Position Property

vcl-dxribbon-dot-tdxribbonquickaccesstoolbar.md

latest994 B
Original Source

TdxRibbonQuickAccessToolbar.Position Property

Specifies the Ribbon Quick Access Toolbar’s location.

Declaration

delphi
property Position: TdxQuickAccessToolbarPosition read; write; default qtpAboveRibbon;

Property Value

TypeDefault
TdxQuickAccessToolbarPositionqtpAboveRibbon

Remarks

The Ribbon Quick Access Toolbar can be positioned either at the top or the bottom of the Ribbon.

When at the top, it appears next to the Ribbon Application Button. If positioned at the bottom, it’s aligned to the left of the Ribbon.

The default value of the Position property is qtpAboveRibbon.

See Also

TdxBarCustomPopupComponent.ItemLinks

TdxRibbonQuickAccessToolbar Class

TdxRibbonQuickAccessToolbar Members

dxRibbon Unit