Skip to main content

XlsExportOptionsBase.ShowGridLines Property

Gets or sets a value indicating whether grid lines should be visible in the resulting XLS or XLSX file.

Namespace: DevExpress.Mobile.Export

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

Declaration

[XtraSerializableProperty]
public bool ShowGridLines { get; set; }

Property Value

Type Description
Boolean

true, to show the grid lines in the resulting XLS or XLSX file; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowGridLines
GridControl
.OptionsExportXlsx.ShowGridLines

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

See Also