Skip to main content

DataGridPrintStyle.GridLineColor Property

Gets or sets the color of the grid lines.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

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