TcxCustomMRUEdit.Properties Property
Specifies settings specific to MRU editors.
Declaration
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