TextInfoControlBase.Font Property
In This Article
Gets or sets the font used to print the text in the informational controls.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.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