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

    Gets or sets barcode sides that display the border.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public BorderSide Sides { get; set; }

    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
    .Options .Sides
    See Also