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

TcxMRUEditProperties Class

Contains settings specific to MRU editors.

#Declaration

Delphi
TcxMRUEditProperties = class(
    TcxCustomMRUEditProperties
)

#Remarks

This class provides properties specific to MRU editors. An MRU editor maintains a list of Most Recently Used items within a dropdown window. Various options for editors are set via the Properties member of a corresponding editor class. To control any changes made to the editor’s DisplayFormat, EditFormat, MaxLength, MaxValue, MinValue and ReadOnly properties and reverse their values back to the default ones, use the AssignedValues property.

TcxMRUEditProperties does not provide any new functionality but publishes the properties declared in base classes. Properties specific to MRU editors are introduced by the TcxCustomMRUEditProperties class.

See Also