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

PaperKindViewInfo.DisplayName Property

Specifies the paper kind display name.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public string DisplayName { get; set; }

Property Value

Type Description
String

A String value, specifying the name of a paper kind.

See Also