Skip to main content
A newer version of this page is available. .

DataTableOptions.ShowVerticalBorder Property

Gets or sets whether vertical borders are displayed.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v18.2.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