CellContentPresenter.ShowVerticalLines Property
In This Article
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
#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