Back to Devexpress

RowData.ShowBottomLine Property

wpf-devexpress-dot-xpf-dot-grid-dot-rowdata-8c8f0457.md

latest1005 B
Original Source

RowData.ShowBottomLine Property

Indicates whether the row’s bottom line is visible.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool ShowBottomLine { get; protected set; }
vb
Public Property ShowBottomLine As Boolean

Property Value

TypeDescription
Boolean

true if the row’s bottom line is visible; otherwise, false.

|

See Also

RowData Class

RowData Members

DevExpress.Xpf.Grid Namespace