DataGridPrintStyle.GridLineStyle Property
Gets or sets the line style of the grid.
Namespace: DevExpress.XtraPrintingLinks
Assembly: DevExpress.XtraPrinting.v24.1.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