Skip to main content

ReportStyleViewModel.DisplayName Property

Gets the report style’s display name.

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

Assembly: DevExpress.Xpf.ReportDesigner.v26.1.dll

Declaration

public string DisplayName { get; }

Property Value

Type Description
String

A string that specifies the style display name.

See Also