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

DataGridPrintStyle.GridLineColor Property

Gets or sets the color of the grid lines.

Namespace: DevExpress.XtraPrintingLinks

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

Declaration

public Color GridLineColor { get; set; }

Property Value

Type Description
Color

A Color that represents the color of the grid lines.

Remarks

No grid line is displayed if the GridLineStyle property is set to DataGridLineStyle.None.

See Also