Skip to main content

DataGridLinkBase.PrintStyle Property

Gets or sets the data grid’s printing style.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.XtraPrinting.v23.2.dll

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

Declaration

public DataGridPrintStyle PrintStyle { get; set; }

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