Skip to main content
All docs
V25.2
  • TableCell.BottomBorder Property

    Gets or sets the cell bottom border settings.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public LineStyle BottomBorder { get; set; }

    Property Value

    Type Description
    LineStyle

    The line settings that are applied to the border.

    Remarks

    For more information, refer to the following help topic: Customize Cell Borders.

    See Also