Skip to main content

TableView.ShowVerticalLines Property

Gets or sets whether vertical lines are displayed. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

[XtraSerializableProperty]
public bool ShowVerticalLines { get; set; }

#Property Value

Type Description
Boolean

true to display vertical lines; otherwise, false. The default is true.

#Remarks

Setting the ShowVerticalLines property to false doesn't hide vertical lines for group rows. To hide or show horizontal lines, use the TableView.ShowHorizontalLines property.

#Implements

DevExpress.Xpf.Grid.ITableView.ShowVerticalLines
See Also