Back to Devexpress

In-place Editor Repository Page

windowsforms-809-controls-and-libraries-data-grid-design-time-features-grid-designer-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 enables you to manage the grid control’s internal repository (i.e., customize the collection of in-place editors). This page provides access to the control’s EditorContainer.RepositoryItems collection. For detailed information on using repositories, see Modify and Validate Cell Values.

This 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 adds 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 is not assigned to a column.

  • Remove Unused - removes all editors that are not assigned to columns.

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

Grid Designer

Edit Data. Create Cell Editors. Validate User Input