Skip to main content

CardRowTextElementBase.FontFamily Property

Gets or sets the font family for a current element.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(null)]
public string FontFamily { get; set; }

Property Value

Type Default Description
String null

A String that specifies the font family for a current element.

See Also