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

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