Skip to main content
A newer version of this page is available. .

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.Printing.v18.2.Core.dll

Declaration

[DefaultValue(false)]
public bool UseDataGridView { get; set; }

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