Skip to main content
All docs
V26.1
  • DataBarType Enum

    Lists symbol types of the GS1 DataBar family.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public enum DataBarType

    Members

    Name Description
    Expanded

    GS1 Databar Expanded

    BarCode-DataBar-Expanded

    ExpandedStacked

    GS1 Databar Expanded Stacked

    BarCode-DataBar-ExpandedStacked

    Limited

    GS1 Databar Limited

    BarCode-DataBar-Limited

    Omnidirectional

    GS1 Databar Omnidirectional

    BarCode-DataBar-Omnidirectional

    Stacked

    GS1 Databar Stacked

    BarCode-DataBar-Stacked

    StackedOmnidirectional

    GS1 Databar Stacked Omnidirectional

    BarCode-DataBar-StackedOmnidirectional

    Truncated

    GS1 Databar Truncated

    BarCode-DataBar-Truncated

    Related API Members

    The following properties accept/return DataBarType values:

    See Also