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

CellContentPresenter.ShowVerticalLines Property

Gets whether a View displays vertical lines. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

Declaration

public bool ShowVerticalLines { get; set; }

Property Value

Type Description
Boolean

true if the View displays vertical lines; otherwise, false.

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.

See Also