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.v22.2.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
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