Skip to main content

ReportStyleViewModel.Caption Property

Gets font options used to display captions for data fields.

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

Assembly: DevExpress.Xpf.ReportDesigner.v23.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