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

ReportStyleViewModel.Title Property

Gets font options used to display the report title.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly: DevExpress.Xpf.ReportDesigner.v21.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public FontOptionsViewModel Title { get; }

Property Value

Type Description
FontOptionsViewModel

A ViewModel that provides font settings.

See Also