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

ReportStyleViewModel.Data Property

Gets font options used to display data fields in the report.

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

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public FontOptionsViewModel Data { get; }

Property Value

Type Description
FontOptionsViewModel

A ViewModel that provides font settings.

See Also