Back to Devexpress

RepositoryItemFontEdit Class

windowsforms-devexpress-dot-xtraeditors-dot-repository-884d0988.md

latest3.1 KB
Original Source

RepositoryItemFontEdit Class

Represents the class which stores settings specific to the FontEdit control.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class RepositoryItemFontEdit :
    RecentlyUsedItemsComboBox
vb
Public Class RepositoryItemFontEdit
    Inherits RecentlyUsedItemsComboBox

The following members return RepositoryItemFontEdit objects:

Remarks

The RepositoryItemFontEdit class provides properties, methods and events specific to the FontEdit control. The FontEdit.Properties property allows you to access these settings for an individual Font editor. Information contained within the RepositoryItemFontEdit class is enough to create a fully functional FontEdit editor.

The RepositoryItemFontEdit class enables you to control the editor’s look and feel, enable and disable the MRU functionality, the ability to display the dropdown window immediately after the end-user has entered a character within the edit box, the need to implement validation procedure when users press the ENTER key, etc.

You do not need to create repository items manually unless you have to create inplace editors for container controls (XtraGrid, XtraTreeList, etc).

Inheritance

Show 12 items

Object MarshalByRefObject Component DevExpress.XtraEditors.ComponentBase RepositoryItem RepositoryItemTextEdit RepositoryItemButtonEdit RepositoryItemPopupBase RepositoryItemPopupBaseAutoSearchEdit RepositoryItemComboBox DevExpress.XtraEditors.RecentlyUsedItemsComboBox RepositoryItemFontEdit

See Also

RepositoryItemFontEdit Members

FontEdit

DevExpress.XtraEditors.Repository Namespace