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

    Indicates whether the code text is shown.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public bool ShowText { get; set; }

    Property Value

    Type Description
    Boolean

    true if the code text is displayed; otherwise, false.

    Property Paths

    You can access this nested property as listed below:

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