Skip to main content
A newer version of this page is available.

SnapBarCode.Data Property

Provides data to the SnapBarCode.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

string Data { get; set; }

Property Value

Type Description
String

A String value containing the bar code’s data.

Remarks

To provide data to a bar code, use the Data or SnapSingleListItemEntity.DataFieldName property. Do not specify both these properties for the same SnapBarCode.

See Also