Skip to main content
A newer version of this page is available. .

DataControlBase.ShowVerticalLines Property

Gets or sets whether to display vertical grid lines.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Default Description
Boolean **false**

true to display vertical grid lines; otherwise, false

Remarks

WinUI Grid - Vertical Lines

See Also