Skip to main content
All docs
V26.1
  • BarcodeOptions.Header Property

    Gets or sets the header label for the barcode.

    Namespace: DevExpress.Docs.Barcode

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public BarcodeLabel Header { get; set; }

    Property Value

    Type Description
    BarcodeLabel

    The header label displayed above the barcode.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to Header
    BarcodeGenerator
    .Options .Header
    See Also