DataGridLinkBase.UseDataGridView Property
Gets or sets a value indicating whether this DataGridLinkBase class descendant should use the visual style of the DataGrid it prints.
Namespace: DevExpress.XtraPrintingLinks
Assembly: DevExpress.XtraPrinting.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true to use the DatGrid style; otherwise, false. |
Remarks
To print the DataGrid with visual style attributes different from those applied when it is displayed, use the DataGridLinkBase.PrintStyle property.
See Also