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

DataGridPrintStyle.GridLineStyle Property

Gets or sets the line style of the grid.

Namespace: DevExpress.XtraPrintingLinks

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

Declaration

[DefaultValue(DataGridLineStyle.Solid)]
public DataGridLineStyle GridLineStyle { get; set; }

Property Value

Type Default Description
DataGridLineStyle **Solid**

One of the DataGridLineStyle values.

See Also