New to Telerik UI for WinForms? Download free 30-day trial

Themes

You can customize the visual appearance by using VisualStyleBuilder tool. You can either edit the predefined themes or create a custom ones. Please note that the element styles are reused and for RadBindingNavigator you can customize the only the fill, the border and the buttons' images. If you want to customize other button elements you must change the styles of RadButtonElement.

Changing the Fill and Border in Visual Style Builder.

  1. Open VisualStyleBuilder.
  2. Export the built-in themes in a specific folder by selecting File >> Export Built-in Themes.
  3. Load a desired theme from the just exported files by selecting File >> Open Package.
  4. Select RadBindingNavigator in Controls Structure on the left side. Then, select RadCommandBarElement in the Elements window. WinForms RadBindingNavigator Visual Style Builder Select Elements
  5. Edit the fill repository item and select different color. WinForms RadBindingNavigator Visual Style Builder Edit Fill Repository
  6. You can see the result directly in the Visual Style Builder.
    WinForms RadBindingNavigator Visual Style Builder Result

See Also

In this article