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

RepositoryItemFontEdit.ShowOnlyRegularStyleFonts Property

Gets or sets whether a FontEdit editor only displays the fonts that support the Regular font style.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(true)]
public virtual bool ShowOnlyRegularStyleFonts { get; set; }

Property Value

Type Default Description
Boolean **true**

A Boolean value that specifies whether a FontEdit editor only displays the fonts that support the Regular font style.

See Also