Back to Devexpress

TableCell.DiagonalUpBorder Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-tablecell-cacc56a0.md

latest1.3 KB
Original Source

TableCell.DiagonalUpBorder Property

Gets or sets the cell diagonal up border settings.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public LineStyle DiagonalUpBorder { get; set; }
vb
Public Property DiagonalUpBorder As LineStyle

Property Value

TypeDescription
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

TableCell Class

TableCell Members

DevExpress.Docs.Presentation Namespace