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

TcxCustomMRUEdit.Properties Property

Specifies settings specific to MRU editors.

#Declaration

Delphi
property Properties: TcxCustomMRUEditProperties read; write;

#Property Value

Type
TcxCustomMRUEditProperties

#Remarks

Use the Properties member to adjust various settings specific to MRU editors. The Properties object maintains the list of most recently used items, defines the number of items to display and provides events to implement specific behavior as your needs dictate.

See Also