Skip to main content

CellContentPresenter.ShowVerticalLines Property

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

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