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

    Gets or sets the number of data segments per row in the ExpandedStacked type of a GS1 DataBar barcode.

    Namespace: DevExpress.Docs.Barcode

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public int SegmentsInRow { get; set; }

    Property Value

    Type Description
    Int32

    The number of data segments per row.

    See Also