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

ReportStyleViewModel.Caption Property

Gets font options used to display captions for data fields.

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

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public FontOptionsViewModel Caption { get; }

Property Value

Type Description
FontOptionsViewModel

A ViewModel that provides font settings.

See Also