Skip to main content

TdxNavBarOfficeNavigationBarOptionsView.CompactNavigation Property

Specifies if the Office Navigation Bar displays its links as icons.

Declaration

property CompactNavigation: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set this property to True to display navigation links as icons within the image list assigned to the control’s Images property. The links appear blank if the associated image list is empty.

The CompactNavigation property has no effect if the Office Navigation Bar control has no associated image list.

The default value of the CompactNavigation property is False.

See Also