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

LabelProduct.Name Property

Specifies the name of a paper kind.

Namespace: DevExpress.XtraReports.Wizards.Labels

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public string Name { get; set; }

Property Value

Type Description
String

A String value, specifying the paper kind name.

See Also