Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Appearance")]
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