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

DataTableOptions.ShowOutline Property

Gets or sets whether to display the table outline.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

bool ShowOutline { get; set; }

Property Value

Type Description
Boolean

true, to display table outline; otherwise, false.

Property Paths

You can access this nested property as listed below:

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