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.v14.2.Core.dll

#Declaration

public bool ShowVerticalLines { get; set; }

#Property Value

Type Description
Boolean

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

#Remarks

To specify the visibility of vertical lines within a View, use the TableView.ShowVerticalLines property.

See Also