Back to Devexpress

TableRow.Previous Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablerow-e78fb47e.md

latest1.2 KB
Original Source

TableRow.Previous Property

Gets the previous row in a table.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
TableRow Previous { get; }
vb
ReadOnly Property Previous As TableRow

Property Value

TypeDescription
TableRow

A TableRow that is the previous row in a table, or null if the current row is the first row in a table.

|

See Also

TableRow Interface

TableRow Members

DevExpress.XtraRichEdit.API.Native Namespace