Skip to main content

BarCodePropertyProvider.Type Property

Gets or sets the symbol type of the GS1 DataBar family. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

[ValueSerializer(typeof(XamlEnumSerializer<DataBarType>))]
public DataBarType Type { get; set; }

Property Value

Type Description
DataBarType

A DataBarType enumeration member specifying the symbol type.

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