DataGridLinkBase.PrintStyle Property
Gets or sets the data grid’s printing style.
Namespace: DevExpress.XtraPrintingLinks
Assembly: DevExpress.XtraPrinting.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing
Declaration
Property Value
Type | Description |
---|---|
DataGridPrintStyle | A DataGridPrintStyle object. |
Remarks
Note
The PrintStyle property is in effect only if the DataGridLinkBase.UseDataGridView is false.
This property provides access to the object, specifying the style elements for the DataGrid printout, such as the DataGridPrintStyle.FlatMode, DataGridPrintStyle.GridLineStyle, DataGridPrintStyle.GridLineColor etc.
See Also