TcxMRUEditProperties Class
Contains settings specific to MRU editors.
Declaration
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.
Inheritance
See Also