Skip to main content

ReportDesignerViewModel.FontNames Property

Specifies the available font names for report controls.

Namespace: DevExpress.Xpf.ReportDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v14.2.dll

#Declaration

public virtual IEnumerable<string> FontNames { get; }

#Property Value

Type Description
IEnumerable<String>

A collection of String values, specifying the font names.

See Also