TcxEditRepositoryMRUItem.Properties Property
Provides access to stored MRU editor settings.
Declaration
property Properties: TcxMRUEditProperties read; write;
Property Value
Type | Description |
---|---|
TcxMRUEditProperties | Stores MRU editor settings. |
Remarks
You can use the Properties
.MaxItemCount property to limit the size of the most recent entries list. Properties
.Buttons and Properties
.ShowEllipsis properties allow you to display additional buttons.
Refer to the TcxMRUEditProperties class description for detailed information on all available options.
See Also