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
Parameters
| Name | Type | Description |
|---|---|---|
| showText | Boolean |
|
Returns
| Type | Description |
|---|---|
| TBuilder | The builder object with the updated text display setting. |
See Also