Skip to main content

RepositoryItemFontEdit.ShowSymbolFontPreview Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: 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