Skip to main content

BarCodeGeneratorBase.Name Property

Gets the name of the bar code type, which is represented by a current class.

Namespace: DevExpress.XtraPrinting.BarCode

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[Browsable(false)]
public string Name { get; }

Property Value

Type Description
String

A string, which is the name of the bar code type.

Remarks

The class name for the bar code type is the bar code type name with the “Generator” postfix.

See Also