DataGridPrintStyle.GridLineColor Property
Gets or sets the color of the grid lines.
Namespace: DevExpress.XtraPrintingLinks
Assembly: DevExpress.XtraPrinting.v24.2.dll
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