TcxCustomGridTableItem.GetRepositoryItem Method
Returns a reference to the assigned repository item.
Declaration
function GetRepositoryItem: TcxEditRepositoryItem;
Returns
Type |
---|
TcxEditRepositoryItem |
Remarks
This function returns a reference to a repository item specified through the RepositoryItem property. If no repository item is specified, the default repository item (based upon associated data item type) will be assigned.
See Also