Skip to main content
All docs
V26.1
  • BarcodeOptionsBuilder<TOptions, TBuilder>.WithHeader(BarcodeLabel) Method

    Specifies the header label for the barcode and returns the builder object.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public TBuilder WithHeader(
        BarcodeLabel header
    )

    Parameters

    Name Type Description
    header BarcodeLabel

    The header label to display above the barcode.

    Returns

    Type Description
    TBuilder

    The builder object with the updated header label.

    See Also