Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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