Skip to main content

TextInfoControlBase.Font Property

Gets or sets the font used to print the text in the informational controls.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v23.2.Reporting.dll

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

[Browsable(true)]
[EditorBrowsable(EditorBrowsableState.Always)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public DXFont Font { get; set; }

Property Value

Type
DXFont
See Also