Back to Devexpress

View Repository Page

windowsforms-1614-controls-and-libraries-data-grid-design-time-features-grid-designer-view-repository-page.md

latest1.5 KB
Original Source

View Repository Page

  • Jan 23, 2019
  • 2 minutes to read

The View Repository page enables you to manage a grid control’s View repository (i.e. customize a collection of Views). This page provides access to a grid’s GridControl.ViewCollection collection. Views in this repository can be used as pattern Views or assigned to the GridControl.MainView property.

This page is shown in the image below.

The collection of Views can be managed using the buttons located at the top of the page. These buttons are described below.

  • Add - creates a new View of a particular type and appends it to the repository. The View’s type is displayed on the button, as shown below.

  • Remove - removes the selected View from the repository. The View cannot be removed from the collection if it is assigned to a grid level.

Once a View has been added to the repository, its name and type are displayed within the Views list (see the top image). The selected View’s settings can be changed using the property grid.

See Also

Grid Designer

Views

Views