Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DataTableOptions.ShowVerticalBorder Property

Gets or sets whether vertical borders are displayed.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

bool ShowVerticalBorder { get; set; }

Property Value

Type Description
Boolean

true, to display vertical borders; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowVerticalBorder
ChartObject
.DataTable.ShowVerticalBorder
See Also