Skip to main content
A newer version of this page is available. .

SchedulerPrintStyle.AutoScaleHeadingsFont Property

Gets or sets whether auto-adjustment of the print heading font size can be performed.

Namespace: DevExpress.XtraScheduler.Printing

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

[Browsable(false)]
[DefaultValue(true)]
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public bool AutoScaleHeadingsFont { get; set; }

Property Value

Type Default Description
Boolean **true**

true to enable font auto-scaling; otherwise, false.

Remarks

Set it to false to restrict the heading font size to the specified value, so it won’t exceed it when font parameters are automatically adjusted.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the AutoScaleHeadingsFont property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also