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

DataTableOptions.ShowHorizontalBorder Property

Gets or sets whether horizontal borders are displayed.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

bool ShowHorizontalBorder { get; set; }

Property Value

Type Description
Boolean

true, to display horizontal borders; otherwise, false.

Property Paths

You can access this nested property as listed below:

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