BarCodePropertyProvider.Type Property
In This Article
Gets or sets the symbol type of the GS1 DataBar family. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
[ValueSerializer(typeof(XamlEnumSerializer<DataBarType>))]
public DataBarType Type { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
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