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

TcxCustomTabControlProperties.NavigatorPosition Property

Specifies the control corner in which the navigator bar resides.

#Declaration

Delphi
property NavigatorPosition: TcxPCNavigatorPosition read; write; default npRightTop;

#Property Value

Type Default
TcxPCNavigatorPosition npRightTop

#Remarks

Navigator bar can reside both at the beginning and at the end of the tab panel. The tab panel, in turn, can be oriented horizontally or vertically. The NavigatorPosition property specifies the navigator bar’s location with respect to tab panel orientation.

The default value of the NavigatorPosition property is npRightTop.

See Also