Skip to main content

BarCodePropertyProvider.SegmentsInRow Property

Gets or sets the number of data segments per row in the Expanded Stacked type of a GS1 DataBar barcode. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public int SegmentsInRow { get; set; }

Property Value

Type Description
Int32

An integer value specifying the number of data segments per row.

See Also