Skip to main content
All docs
V26.1
  • DataBarOptions.Type Property

    Gets or sets the symbol type of the GS1 DataBar barcode family.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public DataBarType Type { get; set; }

    Property Value

    Type Description
    DataBarType

    The symbol type.

    Available values:

    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

    See Also