BarcodeOptions.Sides Property
Gets or sets barcode sides that display the border.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| BorderSide | Barcode sides with the border. |
Available values:
| Name | Description |
|---|---|
| None | No borders are applied to a border. |
| Left | Applies a left border to a barcode. |
| Top | Applies a top border to a barcode. |
| Right | Applies a right border to a barcode. |
| Bottom | Applies a bottom border to a barcode. |
| All | Applies borders to all sides of a barcode. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to Sides |
|---|---|
| BarcodeGenerator |
|
See Also