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

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.v19.2.Core.dll

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