value String

The initial value of the Barcode

Example

<div id="barcode"></div>
<script>
$("#barcode").kendoBarcode({
  value:"12345",
  width: 300
});
</script>
In this article