Skip to main content

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.v23.2.dll

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

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