Skip to main content

DataControlBase.ShowHorizontalLines Property

Gets or sets whether to display horizontal grid lines.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false, Handler = "OnShowHorizontalLines")]
public bool ShowHorizontalLines { get; set; }

Property Value

Type Default Description
Boolean **false**

true to display horizontal grid lines; otherwise, false

Remarks

WinUI Grid - Horizontal Lines

See Also