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

Declaration

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