Skip to main content

DataGridLinkBase Class

The base class for the DataGridLink class.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.XtraPrinting.v23.2.dll

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

Declaration

public class DataGridLinkBase :
    LinkBase

Remarks

To print the DataGrid control, assign an existing DataGrid object to the DataGridLinkBase.DataGrid property, and then either call the DataGridLink.ShowPreview method to preview a document, or the DataGridLink.Print method to send it to a printer.

See Also