Skip to main content

DataBarSymbology.SegmentsInRow Property

Gets or sets the number of data segments per row in the Expanded Stacked type of a GS1 DataBar bar code.

Namespace: DevExpress.WinUI.Controls

Assembly: DevExpress.WinUI.BarCode.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

[DP(20, Handler = "SegmentsInRowPropertyChanged")]
public int SegmentsInRow { get; set; }

#Property Value

Type Description
Int32

A number of data segments per row.

See Also