DataGridPrintStyle.GridLineColor Property
Gets or sets the color of the grid lines.
Namespace: DevExpress.XtraPrintingLinks
Assembly: DevExpress.XtraPrinting.v25.1.dll
NuGet Package: DevExpress.Win.Printing
Declaration
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