TcxFilterItem.RepositoryItem Property
Specifies the repository item representing the editor for the item’s value.
Declaration
property RepositoryItem: TcxEditRepositoryItem read; write;
Property Value
Type |
---|
TcxEditRepositoryItem |
Remarks
A repository item refers to the editor used to edit comparison value. If you set an editor for an item via RepositoryItem, the values of Properties and PropertiesClass properties are ignored. Working with a repository and creating repository items is discussed in the Edit 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 for the item.
See Also