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

SymbologyBase Class

The base class for all the classes used to generate bar codes.

Namespace: DevExpress.WinUI.Controls

Assembly: DevExpress.WinUI.BarCode.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public abstract class SymbologyBase :
    FrameworkElement

The following members return SymbologyBase objects:

Remarks

This class implements the functionality common to all bar code classes.

To create a bar code object of a particular type in code, do the following:

  1. Create a BarCodeControl
  2. Create the required descendant of the BarCodeGeneratorBase class and customize its settings.
  3. Assign this object to the bar code control’s Symbology property.
See Also