Skip to main content

TcxEditRepositoryItem.Repository Property

Specifies the edit repository component that manages the current repository item.

Declaration

property Repository: TcxEditRepository read; write;

Property Value

Type Description
TcxEditRepository

The parent edit repository component.

Remarks

Use the Repository property to access the repository to which the edit repository item belongs.

See Also