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