Skip to main content
A newer version of this page is available. .

RepositoryItemFontEdit.RecentlyUsedItemCount Property

Gets or sets the maximum number of items in the editor’s MRU list.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(7)]
[SmartTagProperty("RecentlyUsedItemCount", "")]
public virtual int RecentlyUsedItemCount { get; set; }

Property Value

Type Default Description
Int32 7

An integer value that specifies the maximum number of items in the editor’s MRU list.

Remarks

The FontEdit control supports the MRU functionality. When a specific font is selected in the dropdown, it’s added to the MRU list and displayed at the top of the dropdown window. The number of items in the MRU list is specified by the RecentlyUsedItemCount property. Setting this property to 0 disables the MRU functionality.

See Also