Skip to main content

DataControlBase.ShowVerticalLines Property

Gets or sets whether to display vertical grid lines.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.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