Skip to main content

DataBarSymbology.Type Property

Gets or sets the type of a GS1 DataBar bar code.

Namespace: DevExpress.WinUI.Controls

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

NuGet Package: DevExpress.WinUI

#Declaration

[DP(DataBarType.Omnidirectional, Handler = "TypePropertyChanged")]
[TypeConverter(typeof(XamlEnumTypeConverter<DataBarType>))]
public DataBarType Type { get; set; }

#Property Value

Type Description
DevExpress.WinUI.Controls.Internal.DataBarType

The GS1 DataBar bar code’s type.

#Remarks

Available values:

Name Description
Omnidirectional A GS1 DataBar Omnidirectional bar code is generated.
Truncated A GS1 DataBar Truncated bar code is generated.
Stacked A GS1 DataBar Stacked bar code is generated.
StackedOmnidirectional A GS1 DataBar Stacked Omnidirectional bar code is generated.
Limited A GS1 DataBar Limited bar code is generated.
Expanded A GS1 DataBar Expanded bar code is generated.
ExpandedStacked A GS1 DataBar Expanded Stacked bar code is generated.
See Also