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

BaseEdit.Font Property

Gets or sets the font used to display editor contents.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DXCategory("Appearance")]
public override Font Font { get; set; }

Property Value

Type Description
Font

A Font object specifying the font used to display editor contents.

Remarks

Use this property to specify the editor’s font settings. This property value is synchronized with the Font attribute of the associated repository item’s RepositoryItem.Appearance property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Font property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also