Back to Devexpress

TcxPCNavigatorPosition Enum

vcl-cxpc-6754b544.md

latest1.3 KB
Original Source

TcxPCNavigatorPosition Enum

Enumerates the navigator bar‘s available positions.

Declaration

delphi
TcxPCNavigatorPosition = (
    npLeftTop,
    npLeftBottom,
    npRightTop,
    npRightBottom
);

Members

Name
npLeftTop
npLeftBottom
npRightTop
npRightBottom

Remarks

Values include:

ValueDescription
npLeftTopIf the tab panel is horizontally oriented, the navigator bar is located at its left end. Otherwise it is located at the top end.
npLeftBottomIf the tab panel is horizontally oriented, the navigator bar is located at its left end. Otherwise it is located at the bottom end.
npRightTopIf the tab panel is horizontally oriented, the navigator bar is located at its right end. Otherwise it is located at the top end.
npRightBottomIf the tab panel is horizontally oriented, the navigator bar is located at its right end. Otherwise it is located at the bottom end.

See Also

TcxCustomTabControl.NavigatorPosition

TcxCustomTabControlProperties.NavigatorPosition

cxPC Unit