DataGridPrintStyle.GridLineStyle Property
Gets or sets the line style of the grid.
Namespace: DevExpress.XtraPrintingLinks
Assembly: DevExpress.XtraPrinting.v24.2.dll
Declaration
[DefaultValue(DataGridLineStyle.Solid)]
public DataGridLineStyle GridLineStyle { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DataGridLineStyle | Solid | One of the DataGridLineStyle values. |
See Also