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

RepositoryItemFontEdit.ShowSymbolFontPreview Property

Gets or sets whether sample previews are displayed for symbol fonts in the dropdown.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
Boolean true

true if sample previews are displayed for symbol fonts in the dropdown; otherwise, false.

See Also