Skip to main content
All docs
V26.1
  • TdxNavBarOfficeNavigationBarOptionsView.ItemReverseOrder Property

    Specifies if navigation links are arranged in reverse order.

    Declaration

    property ItemReverseOrder: Boolean read; write; default False;

    Property Value

    Type Default Description
    Boolean False

    Specifies the navigation link order within the Office Navigation Bar control:

    False
    **Default. **Standard Order. Navigation links are arranged from left to right (within a horizontally-oriented control) or from bottom to top (within a vertically-oriented control).
    False
    Reverse Order. Navigation links are arranged from right to left (within a horizontally-oriented control) or from top to bottom (within a vertically-oriented control).

    Remarks

    Set the ItemReverseOrder property to True if you need to display Office Navigation Bar UI elements in reverse. In addition, you can use the [ItemAlignment] property to position UI elements at the near or far border within the Office Navigation Bar client area.

    Default Value

    The ItemReverseOrder property’s default value is False.

    See Also