DataBarSymbology.Type Property
In This Article
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. |
The GS1 Data |
#Remarks
Available values:
Name | Description |
---|---|
Omnidirectional | A GS1 Data |
Truncated | A GS1 Data |
Stacked | A GS1 Data |
Stacked |
A GS1 Data |
Limited | A GS1 Data |
Expanded | A GS1 Data |
Expanded |
A GS1 Data |
See Also