CellContentPresenter.ShowVerticalLines Property
Gets whether a View displays vertical lines. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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