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

ReportStyleViewModel.DisplayName Property

Gets the report style’s display name.

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

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

Declaration

public string DisplayName { get; }

Property Value

Type Description
String

A string that specifies the style display name.

See Also