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:
|
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