Back to Devexpress

In-place Editor Repository Page

windowsforms-469-controls-and-libraries-vertical-grid-design-time-features-in-place-editor-repository-page.md

latest1.7 KB
Original Source

In-place Editor Repository Page

  • Jan 23, 2019
  • 2 minutes to read

The In-place Editor Repository page allows you to manage the vertical grid’s internal repository (i.e. customize the collection of in-place editors), by providing access to the control’s EditorContainer.RepositoryItems collection. For detailed information on using repositories, see the Repository Concept document.

The In-place Editor Repository page is shown in the image below.

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

  • Add - Creates a new repository item of a particular type and appends it to the repository. The type of the repository item is displayed in the button.

  • Remove - Removes the selected repository item from the repository. The editor can be removed from the collection if it isn’t assigned to a row.

  • Remove Unused - Removes all the editors that are not assigned to rows.

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

See Also

In-place Editors

Assigning Editors to Multi-Editor Rows