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

    Gets or sets the bottom margin of a table cell.

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public float? BottomMargin { get; set; }

    Property Value

    Type Description
    Nullable<Single>

    The bottom margin of the table cell. This value is measured in Document units (1 document unit is equal to 1/300 of an inch).

    See Also