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