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

    Specifies whether to display the barcode text and returns the builder object.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public TBuilder WithShowText(
        bool showText
    )

    Parameters

    Name Type Description
    showText Boolean

    true to display the barcode text; otherwise, false.

    Returns

    Type Description
    TBuilder

    The builder object with the updated text display setting.

    See Also