Skip to main content

TdxNavBarOfficeNavigationBarOptionsView.CompactNavigation Property

Specifies if Compact Navigation mode is active.

Declaration

property CompactNavigation: Boolean read; write; default False;

Property Value

Type Default Description
Boolean False

Specifies the active navigation link display mode:

False
Default. Navigation links are displayed as captions.
True
Navigation links display associated glyphs instead of captions.

Remarks

Set the CompactNavigation property to True to display associated glyphs instead of navigation link captions.

Note

The CompactNavigation property has no effect if the Office Navigation Bar is not associated with an image list (the TdxNavBarCustomOfficeNavigationBar.Images property is unspecified).

Default Value

The CompactNavigation property’s default value is False.

See Also