BarCodeGeneratorBase.Name Property
In This Article
Gets the name of the bar code type, which is represented by a current class.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#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