Back to Devexpress

RowControl.ShowHorizontalLine Property

wpf-devexpress-dot-xpf-dot-grid-dot-rowcontrol-39a7e7c7.md

latest1017 B
Original Source

RowControl.ShowHorizontalLine Property

Gets or sets whether to show horizontal row lines.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Boolean

true, to show horizontal grid lines; otherwise, false.

|

See Also

RowControl Class

RowControl Members

DevExpress.Xpf.Grid Namespace