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

TcxCustomGridTableItem.RepositoryItem Property

Specifies the repository item for an 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 RepositoryItem, the values of Properties and PropertiesClass are ignored. Working with a repository and creating repository items is discussed in the repository and repository items topic.

You can determine the properties of the editor specified for the item via the GetProperties method. It retrieves properties taking into account whether RepositoryItem or PropertiesClass is specified. If neither of them is set, the method retrieves properties from the default editor applied to this item.

See Also