RepositoryItemFontEdit.RecentlyUsedItemCount Property
Gets or sets the maximum number of items in the editor’s MRU list.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(7)]
[DXCategory("Behavior")]
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