TcxMRUEdit.ActiveProperties Property
Provides access to active MRU editor settings.
Declaration
property ActiveProperties: TcxMRUEditProperties read;
Property Value
| Type | Description |
|---|---|
| TcxMRUEditProperties | Stores MRU editor settings. |
Remarks
Use ActiveProperties to read/identify settings that affect the MRU editor.
You cannot use the ActiveProperties property to change editor settings. To accomplish this goal, use the following options:
- Use the Properties property if the editor is not associated with a repository item (the RepositoryItem property is unspecified).
- Modify settings available using the TcxEditRepositoryMRUItem.Properties property when the editor is associated with a MRU editor repository item (TcxEditRepositoryMRUItem).
See Also