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

RepositoryItemFontEdit Class

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[ToolboxBitmap(typeof(ToolboxIconsRootNS), "FontEdit")]
public class RepositoryItemFontEdit :
    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).

See Also