Skip to main content
A newer version of this page is available. .

TcxCustomInplaceEditContainer.RepositoryItem Property

Specifies the repository item for a specific item’s editor.

Declaration

property RepositoryItem: TcxEditRepositoryItem read; write;

Property Value

Type
TcxEditRepositoryItem

Remarks

A repository item refers to the editor used to edit item data. If you set an editor for an item via the RepositoryItem property, the Properties and PropertiesClass values are ignored.

See Also