Item Display Modes
RadOfficeNavigationBar offers item display modes that indicate whether the items are visualized by image only or full text. This is controlled by the UseCompactFont and the ItemsDisplayStyle properties.
Controls / OfficeNavigationBar
New to Telerik UI for WinForms? Download free 30-day trial
RadOfficeNavigationBar offers item display modes that indicate whether the items are visualized by image only or full text. This is controlled by the UseCompactFont and the ItemsDisplayStyle properties.
this.radOfficeNavigationBar1.UseCompactFont = true;
this.radOfficeNavigationBar1.ItemsDisplayStyle = DisplayStyle.Image;
Me.radOfficeNavigationBar1.UseCompactFont = True
Me.radOfficeNavigationBar1.ItemsDisplayStyle = DisplayStyle.Image
this.radOfficeNavigationBar1.UseCompactFont = false;
this.radOfficeNavigationBar1.ItemsDisplayStyle = DisplayStyle.ImageAndText;
Me.radOfficeNavigationBar1.UseCompactFont = False
Me.radOfficeNavigationBar1.ItemsDisplayStyle = DisplayStyle.ImageAndText
Copyright © 2025 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.
Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.