Back to Devexpress

Navigation Bar Look And Feel Specifics

windowsforms-4924-controls-and-libraries-navigation-controls-navigation-bar-appearance-navigation-bar-look-and-feel-specifics.md

latest982 B
Original Source

Navigation Bar Look And Feel Specifics

  • Oct 20, 2021

There are two scenarios for changing the NavBarControl’s look and feel:

  • The first one is appropriate if you want the control’s look and feel to always be consistent with the form’s or application’s look and feel. When changing the form’s or application’s look and feel, the NavBarControl should automatically change its paint scheme. To implement this task, you can customize the default look and feel scheme (for instance, via the DefaultLookAndFeel component) that is applied to all DevExpress WinForms controls.

  • Another way to customize the control’s paint scheme is to explicitly customize the control’s look-and-feel settings with the NavBarControl.LookAndFeel property.

See Also

Views