TcxCustomTabControlProperties.NavigatorPosition Property
Specifies the control corner in which the navigator bar resides.
Declaration
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