Skip to main content

DataGridPrintStyle.GridLineStyle Property

Gets or sets the line style of the grid.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.XtraPrinting.v23.2.dll

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

Declaration

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

Property Value

Type Default Description
DataGridLineStyle Solid

One of the DataGridLineStyle values.

See Also