Skip to main content
All docs
V24.2

DxFontInfoBase.Name Property

Specifies the name of the font used in the exported document.

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v24.2.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

#Declaration

[Parameter]
public string Name { get; set; }

#Property Value

Type Description
String

A font name.

#Remarks

Set the UseCustomFontInfo property to true to specify custom font settings. Then, you can specify the font’s name (the Name property) that is used in the printed document or the GDI character set (the GdiCharSet property). The specified font should be installed on the web server.

See Also