TcxEditRepositoryItem.Repository Property
In This Article
Specifies the edit repository component that manages the current repository item.
#Declaration
Delphi
property Repository: TcxEditRepository read; write;
#Property Value
Type | Description |
---|---|
Tcx |
The parent edit repository component. |
#Remarks
Use the Repository
property to access the repository to which the edit repository item belongs.
See Also