Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxFilterItem.RepositoryItem Property

Specifies the repository item representing the editor for the item’s value.

#Declaration

Delphi
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