Skip to main content

TimeRulerCellViewModel.TextFontFamily Property

Gets or sets the font family that the cell uses to display its text.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public string TextFontFamily { get; set; }

Property Value

Type Description
String

The font family that the cell uses to display its text.

See Also