Back to Devexpress

TcxMRUEditProperties Class

vcl-cxmruedit-b3396bfc.md

latest2.9 KB
Original Source

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.

Inheritance

Show 11 items

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomEditProperties TcxCustomTextEditProperties TcxCustomMaskEditProperties TcxCustomDropDownEditProperties TcxCustomComboBoxProperties TcxCustomMRUEditProperties TcxMRUEditProperties

See Also

TcxCustomComboBoxProperties

TcxCustomMRUEditProperties

TcxCustomMRUEdit.Properties

TcxCustomMRUEditProperties.MaxItemCount

TcxCustomMRUEditProperties.OnButtonClick

TcxCustomMRUEditProperties.ShowEllipsis

TcxCustomTextEditProperties.LookupItems

TcxMRUEditProperties Members

cxMRUEdit Unit