# WPF Pivot Grid: MVVM Support | WPF Controls | DevExpress Documentation

When engineering a WPF application using the Model View ViewModel (MVVM) architectural pattern, you may be required to describe different elements of the Pivot Grid control in a Model or ViewModel. The Pivot Grid can be bound to a collection of objects containing element settings, described in a Model or ViewModel, thus minimizing the need for ‘code-behind’.

Topics in this section:

- [Binding to a Collection of Fields](/WPF/115438/controls-and-libraries/pivot-grid/mvvm-enhancements/binding-to-a-collection-of-fields)
- [Binding to a Collection of Groups](/WPF/115407/controls-and-libraries/pivot-grid/mvvm-enhancements/binding-to-a-collection-of-groups)