Skip to main content
All docs
V26.1
  • PharmacodeOptions.PharmacodeType Property

    Gets or sets the Pharmacode type.

    Namespace: DevExpress.Docs.Barcode

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public PharmacodeType PharmacodeType { get; set; }

    Property Value

    Type Description
    PharmacodeType

    An enumeration value that specifies the Pharmacode type.

    Available values:

    Name Description
    OneTrack

    A one-track Pharmacode barcode.

    TwoTrack

    A two-track Pharmacode barcode.

    See Also