TcxCustomMRUEdit.Properties Property
Provides access to MRU editor settings.
Declaration
property Properties: TcxCustomMRUEditProperties read; write;
Property Value
| Type | Description |
|---|---|
| TcxCustomMRUEditProperties | Stores MRU editor settings. |
Remarks
You can use the Properties property to access and modify MRU editor settings if the RepositoryItem property is unspecified. If a MRU editor repository item (TcxEditRepositoryMRUItem) is associated with the editor, you cannot use Properties to configure editor settings.
Note
You can use the ActiveProperties property to identify active editor settings regardless of their source (the Properties property or an associated repository item).
Available Options
You can call the Properties.AddItem procedure to add new MRU items to the list. The OnButtonClick event allows you to associate a custom command with a built-in ellipsis button.
Refer to the TcxCustomMRUEditProperties class description for detailed information on all available options.